<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Rooting (Android)</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Rooting_(Android)"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Rooting_Android rootpage-Rooting_Android skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Rooting (Android)</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">
<style data-mw-deduplicate="TemplateStyles:r1236090951">
/* start https://en.wikipedia.org/ */
.mw-parser-output .hatnote{font-style:italic}.mw-parser-output div.hatnote{padding-left:1.6em;margin-bottom:0.5em}.mw-parser-output .hatnote i{font-style:normal}.mw-parser-output .hatnote+link+.hatnote{margin-top:-0.5em}@media print{body.ns-0 .mw-parser-output .hatnote{display:none!important}}
/* end https://en.wikipedia.org/ */
</style><div role="note" class="hatnote navigation-not-searchable selfref">Not to be confused with <a href="Bootloader_unlocking" title="Bootloader unlocking">bootloader unlocking</a>, <a href="SIM_unlocking" class="mw-redirect" title="SIM unlocking">SIM unlocking</a>, or <a href="IOS_jailbreaking" title="IOS jailbreaking">iOS jailbreaking</a>.</div>
<p><b>Rooting</b><sup id="cite_ref-:1_1-0" class="reference"><a href="#cite_note-:1-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup> is the process by which users of <a href="Android_(operating_system)" title="Android (operating system)">Android</a> devices can attain <a href="Privilege_escalation" title="Privilege escalation">privileged control</a> (known as <a href="Root_access" class="mw-redirect" title="Root access">root access</a>) over various subsystems of the device, usually smartphones and <a href="Tablet_computer" title="Tablet computer">tablets</a>. Because Android is based on a modified version of the <a href="Linux_kernel" title="Linux kernel">Linux kernel</a>, <b>rooting</b> an <a href="Android_boot" class="mw-redirect" title="Android boot">Android</a> device gives access to administrative (<a href="Superuser" title="Superuser">superuser</a>) permissions similar to those on <a href="Linux" title="Linux">Linux</a> or any other <a href="Unix-like" title="Unix-like">Unix-like</a> <a href="Operating_system_fingerprinting" class="mw-redirect" title="Operating system fingerprinting">operating system</a> such as <a href="FreeBSD" title="FreeBSD">FreeBSD</a> or <a href="MacOS" title="MacOS">macOS</a>.
</p><p>Rooting is often performed to overcome limitations that carriers and hardware manufacturers put on some devices. Thus, rooting allows the users to alter or replace <a href="System_software" title="System software">system applications</a> and settings, run specialized <a href="Application_software" title="Application software">applications</a> ("apps") that require administrator-level permissions, or perform other operations that are otherwise inaccessible to a normal <a href="Android_One" title="Android One">Android user</a>. On some devices, rooting can also facilitate the complete removal and replacement of the device's operating system, usually with a more recent release of its current operating system.
</p><p><a href="Root_access" class="mw-redirect" title="Root access">Root access</a> is sometimes compared to <a href="IOS_jailbreaking" title="IOS jailbreaking">jailbreaking</a> on devices running the Apple <a href="IOS" title="IOS">iOS</a> operating system. However, these are different concepts: jailbreaking is the bypass of several types of Apple prohibitions for the <a href="End_user" title="End user">end user</a>, including modifying the operating system (enforced by a "locked <a href="Bootloader" title="Bootloader">bootloader</a>"), installing non-officially approved (not available on the <a href="Playstore" class="mw-redirect" title="Playstore">App Store</a>) applications via <a href="Sideloading" title="Sideloading">sideloading</a>, and granting the user elevated administration-level privileges (rooting). Some vendors, such as <a href="HTC" title="HTC">HTC</a>, <a href="Sony" title="Sony">Sony</a>, <a href="OnePlus" title="OnePlus">OnePlus</a>, <a href="Asus" title="Asus">Asus</a>, <a href="Xiaomi" title="Xiaomi">Xiaomi</a>, and <a href="Google" title="Google">Google</a>, have provided the ability to unlock the bootloaders of some devices, thus enabling advanced users to make operating system modifications.<sup id="cite_ref-:1_1-1" class="reference"><a href="#cite_note-:1-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup> Similarly, the ability to sideload applications is typically permissible on Android devices without root permissions. Thus, it is primarily the third aspect of iOS jailbreaking (giving users administrative privileges) that most directly correlates with <a href="Android_rooting" class="mw-redirect" title="Android rooting">Android rooting</a>.
</p><p>Rooting is distinct from <a href="SIM_lock" title="SIM lock">SIM unlocking</a> and bootloader unlocking. The former allows for the removal of the <a href="SIM_card" title="SIM card">SIM card</a> lock on a phone, while the latter allows rewriting the <a href="Phone_security" class="mw-redirect" title="Phone security">phone's</a> boot partition (for example, to install or replace the operating system).<sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup>
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="Overview">Overview</h2></div>
<p>Rooting lets all user-installed applications run privileged commands typically unavailable to the devices in the stock configuration. Rooting is required for more advanced and potentially dangerous operations including modifying or deleting system files, removing <a href="Pre-installed_software" title="Pre-installed software">pre-installed applications</a>, and low-level access to the hardware itself (rebooting, controlling status lights, or recalibrating touch inputs.) A typical rooting installation also installs the <a href="Superuser" title="Superuser">Superuser</a> application, which supervises applications that are granted root or superuser rights by requesting approval from the user before granting said permissions. A secondary operation, unlocking the device's <a href="Bootloader" title="Bootloader">bootloader</a> verification, is required to remove or replace the installed operating system.
</p><p>In contrast to <a href="IOS_jailbreaking" title="IOS jailbreaking">iOS jailbreaking</a>, rooting is not needed to run applications distributed outside of the Google Play Store, known as <i><a href="Sideloading" title="Sideloading">sideloading</a></i>. The Android OS supports this feature natively in two ways: through the "Unknown sources" option in the Settings menu and through the <a href="Android_Debug_Bridge" title="Android Debug Bridge">Android Debug Bridge</a>. However, some US <a href="Telephone_company" class="mw-redirect" title="Telephone company">carriers</a>, including <a href="AT%26T_Mobility" title="AT&T Mobility">AT&T</a>, have prevented the installation of applications not on the Play Store in <a href="Firmware" title="Firmware">firmware</a>,<sup id="cite_ref-AT&T_Android_FAQs_5-0" class="reference"><a href="#cite_note-AT&T_Android_FAQs-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup> although several devices are not subject to this rule, including the <a href="Samsung_Infuse_4G" title="Samsung Infuse 4G">Samsung Infuse 4G</a>;<sup id="cite_ref-Mobileburn_Blog_6-0" class="reference"><a href="#cite_note-Mobileburn_Blog-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup> AT&T lifted the restriction on most devices by the middle of 2011.<sup id="cite_ref-7" class="reference"><a href="#cite_note-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup>
</p><p>As of 2011, the Amazon <a href="Kindle_Fire" class="mw-redirect" title="Kindle Fire">Kindle Fire</a> defaults to the <a href="Amazon_Appstore" title="Amazon Appstore">Amazon Appstore</a> instead of <a href="Google_Play" title="Google Play">Google Play</a>, though like most other Android devices, Kindle Fire allows sideloading of applications from unknown sources,<sup id="cite_ref-8" class="reference"><a href="#cite_note-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup> and the "easy installer" application on the Amazon Appstore makes this easy. Other vendors of Android devices may look to other sources in the future. Access to alternate apps may require rooting but rooting is not always necessary.
</p>
<div class="mw-heading mw-heading3"><h3 id="Advantages">Advantages</h3></div>
<p>Advantages of rooting include the possibility for complete control over the appearance, feel, and behaviour of the device. As a superuser has access to the device's system files, all aspects of the operating system can be customized with the only real limitation being the level of coding expertise.<sup id="cite_ref-rootmygalaxy_9-0" class="reference"><a href="#cite_note-rootmygalaxy-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup> Immediately expectable advantages of rooted devices include the following:<sup id="cite_ref-10" class="reference"><a href="#cite_note-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-11" class="reference"><a href="#cite_note-11"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup>
</p>
<ul><li>The device owner can fully access and manage every file and directory stored on their device, including in directories that are invisible to the normal user, such as the <code>/data</code> directory. This allows <a href="Data_backup" class="mw-redirect" title="Data backup">backups and restorations</a> of the entire system, and duplication of user data and preferences to a different rooted device.<sup id="cite_ref-rootmygalaxy_9-1" class="reference"><a href="#cite_note-rootmygalaxy-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup></li>
<li>Normal storage access can be restored if disabled by Google. One such example is restoring normal write access to the <a href="MicroSD" class="mw-redirect" title="MicroSD">microSD</a> memory card on Android 4.4 KitKat.<sup id="cite_ref-12" class="reference"><a href="#cite_note-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup></li>
<li>The MicroSD card can be treated as a mass storage device without removing it from the phone.<sup id="cite_ref-13" class="reference"><a href="#cite_note-13"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup></li>
<li>Support for <a href="Theme_(computing)" title="Theme (computing)">theming</a>, allowing everything to be visually changed from the color and type of the battery status indicator to the <a href="Boot_animation" class="mw-redirect" title="Boot animation">boot animation</a> that appears while the device is booting, the status bar, control menu, virtual on-screen navigation buttons, and more.</li>
<li>Full control of the kernel, which, for example, allows <a href="Overclocking" title="Overclocking">overclocking</a> and underclocking the CPU and GPU.</li>
<li>Full application control, including the ability to fully <a href="Backup" title="Backup">back up</a>, restore, or batch-edit applications, or to remove <a href="Bloatware" class="mw-redirect" title="Bloatware">bloatware</a> that comes pre-installed on some phones.</li>
<li>Custom automated system-level processes through the use of third-party applications.<sup id="cite_ref-14" class="reference"><a href="#cite_note-14"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup></li>
<li>Ability to install software (such as Xposed, <a href="Magisk_(software)" title="Magisk (software)">Magisk</a>, <a href="SuperSU" title="SuperSU">SuperSU</a>, <a href="BusyBox" title="BusyBox">BusyBox</a>, etc.) that allows additional levels of control on a rooted device or management of root access.</li>
<li>Access to more <a href="Unix_shell" title="Unix shell">Unix shell</a> commands, both standalone and through <a href="Android_Debug_Bridge" title="Android Debug Bridge">Android Debug Bridge</a>.</li>
<li>Ability to bypass restrictions by vendors or Google, such as <a href="Scoped_storage" class="mw-redirect" title="Scoped storage">scoped storage</a>, which compromised file system access and compatibility to established third-party mobile applications such as <a href="File_manager" title="File manager">file managers</a>.<sup id="cite_ref-15" class="reference"><a href="#cite_note-15"><span class="cite-bracket">[</span>15<span class="cite-bracket">]</span></a></sup></li>
<li>Extended <a href="Task_manager" title="Task manager">task management</a> abilities<sup id="cite_ref-16" class="reference"><a href="#cite_note-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup>
<ul><li>Ability to terminate misbehaving and/or unresponsive system tasks such as media scanner and camera server manually.<sup id="cite_ref-17" class="reference"><a href="#cite_note-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup></li></ul></li>
<li>Ability to downgrade <a href="Mobile_app" title="Mobile app">applications</a> directly, without uninstallation which involves deleting their user data. A downgrade may be desirable after an update breached compatibility and/or removed useful functionality.<sup id="cite_ref-18" class="reference"><a href="#cite_note-18"><span class="cite-bracket">[</span>18<span class="cite-bracket">]</span></a></sup></li>
<li>Ability to control battery charging <a href="Electrical_current" class="mw-redirect" title="Electrical current">current</a>, where a technically unnecessary throttling imposed by the operating system while the screen is on can be removed. On the other hand, a current reduction may be desired to extend battery lifespan. <a href="Application_programming_interface" class="mw-redirect" title="Application programming interface">APIs</a> may vary per vendor. For example, on <a href="Samsung_Galaxy" title="Samsung Galaxy">Samsung Galaxy</a> devices, this is done by applying a value to the <code>/sys/devices/platform/sec-battery/power_supply/battery/siop_level</code> <a href="Everything_is_a_file" title="Everything is a file">system file</a>, where 100 represents the highest technically supported charging rate.<sup id="cite_ref-19" class="reference"><a href="#cite_note-19"><span class="cite-bracket">[</span>19<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-20" class="reference"><a href="#cite_note-20"><span class="cite-bracket">[</span>a<span class="cite-bracket">]</span></a></sup></li>
<li>Ability to limit charging capacity to reduce <a href="Smartphone#Lifespan" title="Smartphone">battery weardown</a>.<sup id="cite_ref-21" class="reference"><a href="#cite_note-21"><span class="cite-bracket">[</span>20<span class="cite-bracket">]</span></a></sup></li>
<li>Overriding screenshot blocks. Normally, Android gives application developers the authority to allow or deny device owners from capturing screenshots and screen recordings. A developer can impose screenshot blocks on parts or the entire application.<sup id="cite_ref-xda-magisk_22-0" class="reference"><a href="#cite_note-xda-magisk-22"><span class="cite-bracket">[</span>21<span class="cite-bracket">]</span></a></sup></li>
<li>Installing customized versions of pre-installed system applications. Normally, system applications have to be digitally signed by their respective developers in order to be installable.<sup id="cite_ref-xda-magisk_22-1" class="reference"><a href="#cite_note-xda-magisk-22"><span class="cite-bracket">[</span>21<span class="cite-bracket">]</span></a></sup></li>
<li>Phone call recording with no external device. In some locations, it is the responsibility of the user to first acquire consent by the other participant if required by law where they reside, with or without an external recording device.<sup id="cite_ref-23" class="reference"><a href="#cite_note-23"><span class="cite-bracket">[</span>22<span class="cite-bracket">]</span></a></sup></li></ul>
<div class="mw-heading mw-heading3"><h3 id="Disadvantages">Disadvantages</h3></div>
<p>Some disadvantages of rooting include:
</p>
<ul><li>On certain brands such as <a href="Samsung" title="Samsung">Samsung</a> and <a href="Motorola" title="Motorola">Motorola</a>, rooting can void one's warranty.<sup id="cite_ref-24" class="reference"><a href="#cite_note-24"><span class="cite-bracket">[</span>23<span class="cite-bracket">]</span></a></sup></li>
<li>If used incorrectly, rooting can cause stability issues with the software or hardware. If the issues are purely software-based, unrooting the phone can often resolve these issues.</li>
<li>Certain devices, including those from <a href="Huawei" title="Huawei">Huawei</a><sup id="cite_ref-25" class="reference"><a href="#cite_note-25"><span class="cite-bracket">[</span>24<span class="cite-bracket">]</span></a></sup> and any brand sold by <a href="Verizon_(mobile_network)" class="mw-redirect" title="Verizon (mobile network)">Verizon</a><sup id="cite_ref-26" class="reference"><a href="#cite_note-26"><span class="cite-bracket">[</span>25<span class="cite-bracket">]</span></a></sup> cannot easily be rooted, unless a <a href="Privilege_escalation" title="Privilege escalation">privilege escalation</a> exploit is found in the device's operating system version.</li>
<li>Android <a href="SafetyNet" class="mw-redirect" title="SafetyNet">SafetyNet</a> API is tripped so some apps will not work or won't be shown on the Play Store.<sup id="cite_ref-27" class="reference"><a href="#cite_note-27"><span class="cite-bracket">[</span>26<span class="cite-bracket">]</span></a></sup></li></ul>
<div class="mw-heading mw-heading3"><h3 id="Related_concepts">Related concepts</h3></div>
<p>Rooting allows the user to obtain privileged access to a phone. It does not allow a user to install a new OS (<a href="Custom_firmware#Android" title="Custom firmware">custom firmware</a> or custom <a href="Read-only_memory" title="Read-only memory">ROM</a>) or recovery image, and it doesn't allow a phone that is locked to a certain carrier to be used on another one. Related operations allow these.
</p>
<div class="mw-heading mw-heading4"><h4 id="Bootloader_unlock">Bootloader unlock</h4></div>
<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="Bootloader_unlocking" title="Bootloader unlocking">Bootloader unlocking</a></div>
<p>Bootloader unlocking is sometimes a first step used to root the device; however, it is not the same as rooting the device.<sup id="cite_ref-Twitter_28-0" class="reference"><a href="#cite_note-Twitter-28"><span class="cite-bracket">[</span>27<span class="cite-bracket">]</span></a></sup> Most devices come with a locked bootloader, which prevents users from installing a new boot image, which is often flashed when rooting a device or using a custom ROM.<sup id="cite_ref-29" class="reference"><a href="#cite_note-29"><span class="cite-bracket">[</span>28<span class="cite-bracket">]</span></a></sup> The bootloader runs on device start-up and is in charge of loading the operating system on the phone.<sup id="cite_ref-30" class="reference"><a href="#cite_note-30"><span class="cite-bracket">[</span>29<span class="cite-bracket">]</span></a></sup> It is generally in charge of verifying that phone system information hasn't been tampered with and is genuine. Nonetheless, people still perform this operation, as unlocking the bootloader allows users to install custom ROMs.<sup id="cite_ref-31" class="reference"><a href="#cite_note-31"><span class="cite-bracket">[</span>30<span class="cite-bracket">]</span></a></sup>
</p><p>The first step to do this is generally to set up OEM unlocking,<sup id="cite_ref-32" class="reference"><a href="#cite_note-32"><span class="cite-bracket">[</span>31<span class="cite-bracket">]</span></a></sup> and then to follow manufacturer specific instructions.<sup id="cite_ref-Twitter_28-1" class="reference"><a href="#cite_note-Twitter-28"><span class="cite-bracket">[</span>27<span class="cite-bracket">]</span></a></sup> Not all devices can be bootloader unlocked, and some can only be unlocked with an exploit which usually needs a <a href="Privilege_escalation" title="Privilege escalation">privilege escalation</a> bug in order to remove software locks, which includes most <a href="LG_V20" title="LG V20">LG V20</a> models and <a href="Verizon_(mobile_network)" class="mw-redirect" title="Verizon (mobile network)">Verizon</a>-sold <a href="Pixel_(1st_generation)" title="Pixel (1st generation)">Google Pixel</a> devices.<sup id="cite_ref-33" class="reference"><a href="#cite_note-33"><span class="cite-bracket">[</span>32<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-34" class="reference"><a href="#cite_note-34"><span class="cite-bracket">[</span>33<span class="cite-bracket">]</span></a></sup>
</p><p>The process of unlocking the bootloader might involve a factory reset, erasing all user data, third-party applications, and configuration.<sup id="cite_ref-35" class="reference"><a href="#cite_note-35"><span class="cite-bracket">[</span>34<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-36" class="reference"><a href="#cite_note-36"><span class="cite-bracket">[</span>35<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading4"><h4 id="SIM_unlock">SIM unlock</h4></div>
<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="SIM_lock" title="SIM lock">SIM lock</a></div>
<p>SIM unlocking allows a phone that is locked to a certain carrier to be used on a different carrier. The instructions vary per device and carrier, but this might be done by first requesting the carrier to unlock the phone or purchasing an unlock code online.<sup id="cite_ref-37" class="reference"><a href="#cite_note-37"><span class="cite-bracket">[</span>36<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading3"><h3 id="Methods">Methods</h3></div>
<p>Some rooting methods involve the use of a <a href="Command-line_interface" title="Command-line interface">command prompt</a> and a development interface called the <a href="Android_Debug_Bridge" title="Android Debug Bridge">Android Debug Bridge</a> (also known as ADB), while other methods may use existing vulnerabilities in devices. Due to similarly modeled devices often having a multitude of changes, rooting methods for one device when used for a different variant can result in <a href="Brick_(electronics)" title="Brick (electronics)">bricking</a> the device.
</p><p>"Systemless root" is a variant of rooting in which the underlying device file system is not modified. Systemless root uses various techniques to gain root access without modifying the system <a href="Disk_partitioning" title="Disk partitioning">partition</a> of a device. Some root applications may include a "hiding" function, which makes attempts to mask the effects and results of rooting, often by whitelisting certain applications for the root or blocking access to affected files.<sup id="cite_ref-38" class="reference"><a href="#cite_note-38"><span class="cite-bracket">[</span>37<span class="cite-bracket">]</span></a></sup> Systemless rooting has the advantage of not triggering the software-based version of <a href="SafetyNet_API" class="mw-redirect" title="SafetyNet API">SafetyNet</a>, an Android feature that works by monitoring changes to system files and is used by applications such as Google Pay to detect whether a device has been tampered with such as by rooting. However, hardware-backed SafetyNet versions may be triggered by systemless rooting, as well as in unrooted devices shipped without <a href="Google_Mobile_Services" title="Google Mobile Services">Google Mobile Services (GMS)</a>.<sup id="cite_ref-39" class="reference"><a href="#cite_note-39"><span class="cite-bracket">[</span>38<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-40" class="reference"><a href="#cite_note-40"><span class="cite-bracket">[</span>39<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-41" class="reference"><a href="#cite_note-41"><span class="cite-bracket">[</span>40<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-42" class="reference"><a href="#cite_note-42"><span class="cite-bracket">[</span>41<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-43" class="reference"><a href="#cite_note-43"><span class="cite-bracket">[</span>42<span class="cite-bracket">]</span></a></sup>
</p><p>The distinction between "soft rooting" through a security vulnerability and "hard-rooting" by <a href="Firmware#Flashing" title="Firmware">flashing</a> a <code><a href="Su_(Unix)" title="Su (Unix)">su</a></code> <a href="Executable" title="Executable">binary</a> executable varies from exploit to exploit, and manufacturer to manufacturer. Soft-rooting requires that a device be vulnerable to <a href="Privilege_escalation" title="Privilege escalation">privilege escalation</a>, or replacing executable binaries. Hard-rooting is supported by the manufacturer, and it is generally only exposed for devices the manufacturer allows.<sup id="cite_ref-:0_44-0" class="reference"><a href="#cite_note-:0-44"><span class="cite-bracket">[</span>43<span class="cite-bracket">]</span></a></sup> If a phone can be soft-rooted, it is also inherently vulnerable to malware.<sup id="cite_ref-:0_44-1" class="reference"><a href="#cite_note-:0-44"><span class="cite-bracket">[</span>43<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Rooting_through_exploits">Rooting through exploits</h2></div>
<p>The process of rooting varies widely by manufacturer and device but sometimes includes <a href="Exploit_(computer_security)" title="Exploit (computer security)">exploiting</a> one or more security bugs in the firmware (i.e., in the version of the Android OS installed on) of the device.<sup id="cite_ref-:0_44-2" class="reference"><a href="#cite_note-:0-44"><span class="cite-bracket">[</span>43<span class="cite-bracket">]</span></a></sup> Once an exploit is discovered, a custom recovery image that will skip the <a href="Digital_signature" title="Digital signature">digital signature</a> check of firmware updates can be flashed. Then a modified firmware update that typically includes the utilities needed to run apps as root can be installed. For example, the <code>su</code> binary (such as an open-source one paired with the Superuser<sup id="cite_ref-45" class="reference"><a href="#cite_note-45"><span class="cite-bracket">[</span>44<span class="cite-bracket">]</span></a></sup> or SuperSU application<sup id="cite_ref-46" class="reference"><a href="#cite_note-46"><span class="cite-bracket">[</span>45<span class="cite-bracket">]</span></a></sup>) can be copied to a location in the current process' <a href="PATH_(variable)" title="PATH (variable)">PATH</a> (e.g., <code>/system/xbin/</code>) and granted executable permissions with the <code><a href="Chmod" title="Chmod">chmod</a></code> command. A third-party supervisor application, like Superuser or SuperSU, can then regulate and log elevated permission requests from other applications. Many guides, tutorials, and automatic processes exist for popular Android devices facilitating a fast and easy rooting process.
</p><p>The process of rooting a device may be simple or complex, and it even may depend upon serendipity. For example, shortly after the release of the HTC Dream (HTC G1), it was discovered that anything typed using the keyboard was being interpreted as a command in a privileged (root) shell. Although Google quickly released a patch to fix this, a signed image of the old firmware leaked, which gave users the ability to downgrade and use the original exploit to gain root access. Installable apps have managed to unlock immediate root access on some early 2010s Samsung smartphones. This has also been referred to as "one-click rooting".<sup id="cite_ref-47" class="reference"><a href="#cite_note-47"><span class="cite-bracket">[</span>46<span class="cite-bracket">]</span></a></sup>
</p><p>A security researcher, Grant Hernandez, demonstrated a use-after-free exploit in Binder, Android's IPC framework, to gain <a href="Root_privileges" class="mw-redirect" title="Root privileges">root privileges</a>.<sup id="cite_ref-48" class="reference"><a href="#cite_note-48"><span class="cite-bracket">[</span>47<span class="cite-bracket">]</span></a></sup> This exploit, tagged CVE-2019-2215, was alleged to be sold by the <a href="NSO_Group" title="NSO Group">NSO Group</a>.<sup id="cite_ref-49" class="reference"><a href="#cite_note-49"><span class="cite-bracket">[</span>48<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Rooting_through_manufacturer">Rooting through manufacturer</h2></div>
<p>Some manufacturers, including <a href="OnePlus" title="OnePlus">OnePlus</a> and <a href="Motorola" title="Motorola">Motorola</a>, provide official support for unlocking the bootloader, allowing for rooting without exploiting a vulnerability.<sup id="cite_ref-50" class="reference"><a href="#cite_note-50"><span class="cite-bracket">[</span>49<span class="cite-bracket">]</span></a></sup> However, the support may be limited only to certain phones – for example, <a href="LG" title="LG">LG</a> released its bootloader unlock tool only for certain models of its phones.<sup id="cite_ref-51" class="reference"><a href="#cite_note-51"><span class="cite-bracket">[</span>50<span class="cite-bracket">]</span></a></sup> Also, a manufacturer could discontinue bootloader unlocking support, as was the case with LG<sup id="cite_ref-52" class="reference"><a href="#cite_note-52"><span class="cite-bracket">[</span>51<span class="cite-bracket">]</span></a></sup> and <a href="Huawei" title="Huawei">Huawei</a>.<sup id="cite_ref-53" class="reference"><a href="#cite_note-53"><span class="cite-bracket">[</span>52<span class="cite-bracket">]</span></a></sup>
</p><p>The <a href="Google_Nexus" title="Google Nexus">Google Nexus</a> and <a href="Google_Pixel" title="Google Pixel">Pixel</a> line of devices can have their bootloader unlocked by simply connecting the device to a computer while in bootloader mode and running the <a href="Fastboot" title="Fastboot">Fastboot</a> protocol with the command <code>fastboot oem unlock</code> on older devices,<sup id="cite_ref-54" class="reference"><a href="#cite_note-54"><span class="cite-bracket">[</span>53<span class="cite-bracket">]</span></a></sup> or <code>fastboot flashing unlock</code> on newer devices.<sup id="cite_ref-55" class="reference"><a href="#cite_note-55"><span class="cite-bracket">[</span>54<span class="cite-bracket">]</span></a></sup> After a warning is accepted, the bootloader is unlocked, so a new system image can be written directly to flash without the need for an exploit. Additionally, Pixel phones sold via certain carriers like <a href="Verizon_(mobile_network)" class="mw-redirect" title="Verizon (mobile network)">Verizon</a> disallow bootloader unlocking,<sup id="cite_ref-56" class="reference"><a href="#cite_note-56"><span class="cite-bracket">[</span>55<span class="cite-bracket">]</span></a></sup> while others such as <a href="T-Mobile_US" title="T-Mobile US">T-Mobile</a> require a phone to be paid off and SIM unlocked before the bootloader can be unlocked.
</p>
<div class="mw-heading mw-heading3"><h3 id="Difficulties">Difficulties</h3></div>
<p>In the past, many manufacturers have tried to make non-rootable phones with more elaborate protections (like the <a href="Droid_X" title="Droid X">Droid X</a>), but exploits are usually still found eventually. There may be no root exploit available for new, or outdated phones.<sup id="cite_ref-57" class="reference"><a href="#cite_note-57"><span class="cite-bracket">[</span>56<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Industry_reaction">Industry reaction</h2></div>
<p>Until 2010, tablet and smartphone manufacturers, as well as mobile carriers, were mainly unsupportive of third-party firmware development. Manufacturers had expressed concern about improper functioning of devices running unofficial software<sup id="cite_ref-htcdev_58-0" class="reference"><a href="#cite_note-htcdev-58"><span class="cite-bracket">[</span>57<span class="cite-bracket">]</span></a></sup> and related support costs. Moreover, firmware such as <a href="OmniROM" title="OmniROM">OmniROM</a> and <a href="CyanogenMod" title="CyanogenMod">CyanogenMod</a> sometimes offer features for which carriers would otherwise charge a premium, such as <a href="Tethering" title="Tethering">tethering</a>. Due to that, technical obstacles such as locked bootloaders and restricted access to root permissions have commonly been introduced in many devices. For example, in late December 2011, <a href="Barnes_%26_Noble" title="Barnes & Noble">Barnes & Noble</a> and <a href="Amazon.com" class="mw-redirect" title="Amazon.com">Amazon.com, Inc.</a> began pushing automatic, <a href="Over-the-air_programming" class="mw-redirect" title="Over-the-air programming">over-the-air</a> firmware updates, 1.4.1 to <a href="Nook_Tablet" title="Nook Tablet">Nook Tablets</a> and 6.2.1 to Kindle Fires, that removed one method to gain root access to the devices. The Nook Tablet 1.4.1 update also removed users' ability to <a href="Sideloading" title="Sideloading">sideload</a> apps from sources other than the official Barnes & Noble app store (without <a href="Modding" title="Modding">modding</a>).<sup id="cite_ref-59" class="reference"><a href="#cite_note-59"><span class="cite-bracket">[</span>58<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-60" class="reference"><a href="#cite_note-60"><span class="cite-bracket">[</span>59<span class="cite-bracket">]</span></a></sup>
</p><p>However, as community-developed software began to grow popular in the late 2009 to early 2010,<sup id="cite_ref-61" class="reference"><a href="#cite_note-61"><span class="cite-bracket">[</span>60<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-62" class="reference"><a href="#cite_note-62"><span class="cite-bracket">[</span>61<span class="cite-bracket">]</span></a></sup> and following a statement by the Copyright Office and Librarian of Congress (US) allowing the use of "jailbroken" mobile devices,<sup id="cite_ref-63" class="reference"><a href="#cite_note-63"><span class="cite-bracket">[</span>62<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-64" class="reference"><a href="#cite_note-64"><span class="cite-bracket">[</span>63<span class="cite-bracket">]</span></a></sup> manufacturers and carriers have softened their position regarding CyanogenMod and other unofficial firmware distributions. Some manufacturers, including HTC,<sup id="cite_ref-65" class="reference"><a href="#cite_note-65"><span class="cite-bracket">[</span>64<span class="cite-bracket">]</span></a></sup> <a href="Samsung" title="Samsung">Samsung</a>,<sup id="cite_ref-66" class="reference"><a href="#cite_note-66"><span class="cite-bracket">[</span>65<span class="cite-bracket">]</span></a></sup> <a href="Motorola" title="Motorola">Motorola</a><sup id="cite_ref-67" class="reference"><a href="#cite_note-67"><span class="cite-bracket">[</span>66<span class="cite-bracket">]</span></a></sup> and <a href="Sony_Mobile" title="Sony Mobile">Sony</a>,<sup id="cite_ref-68" class="reference"><a href="#cite_note-68"><span class="cite-bracket">[</span>67<span class="cite-bracket">]</span></a></sup> actively provide support and encourage development.
</p><p>In 2011, the need to circumvent hardware restrictions to install unofficial firmware lessened as an increasing number of devices shipped with unlocked or unlockable bootloaders, similar to the Nexus and Pixel series of phones. Device manufacturer HTC has announced that it will support aftermarket software developers by making the bootloaders of all new devices unlockable.<sup id="cite_ref-htcdev_58-1" class="reference"><a href="#cite_note-htcdev-58"><span class="cite-bracket">[</span>57<span class="cite-bracket">]</span></a></sup>
</p><p>In 2014, Samsung released a security feature called <a href="Samsung_Knox" title="Samsung Knox">Knox</a>, which verifies whether system and boot files were modified. If custom firmware was flashed, the eFuse is set to 0x1, permanently voiding the warranty and disabling Knox-enabled features such as <a href="Samsung_Pay" title="Samsung Pay">Samsung Pay</a>.<sup id="cite_ref-69" class="reference"><a href="#cite_note-69"><span class="cite-bracket">[</span>68<span class="cite-bracket">]</span></a></sup> Additionally, certain Samsung devices lack the ability to flash custom software, namely Samsung phones and tablets released in North America after 2015, with an exception for devices lacking a cellular modem,<sup id="cite_ref-70" class="reference"><a href="#cite_note-70"><span class="cite-bracket">[</span>69<span class="cite-bracket">]</span></a></sup> although there are exploits that can unlock the bootloader on some affected devices running older <a href="One_UI" title="One UI">One UI</a> versions.<sup id="cite_ref-71" class="reference"><a href="#cite_note-71"><span class="cite-bracket">[</span>70<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Legality">Legality</h2></div>
<p>International treaties have influenced the development of laws affecting rooting. The 1996 <a href="World_Intellectual_Property_Organization_Copyright_Treaty" class="mw-redirect" title="World Intellectual Property Organization Copyright Treaty">World Intellectual Property Organization (WIPO) Copyright Treaty</a> requires nations party to the treaties to enact laws against <a href="Digital_rights_management" title="Digital rights management">digital rights management</a> (DRM) circumvention. The American implementation is the <a href="Digital_Millennium_Copyright_Act" title="Digital Millennium Copyright Act">Digital Millennium Copyright Act</a> (DMCA), which includes a process for establishing exemptions for non-copyright-infringing purposes such as rooting. The 2001 <a href="Copyright_Directive" class="mw-redirect" title="Copyright Directive">European Copyright Directive</a> implemented the treaty in Europe, requiring member states of the <a href="European_Union" title="European Union">European Union</a> to implement legal protections for technological protection measures. The Copyright Directive includes exceptions to allow breaking those measures for non-copyright-infringing purposes, such as to run alternative software,<sup id="cite_ref-Duncan_Geere_72-0" class="reference"><a href="#cite_note-Duncan_Geere-72"><span class="cite-bracket">[</span>71<span class="cite-bracket">]</span></a></sup> but member states vary on the implementation of the directive.
</p>
<div class="mw-heading mw-heading3"><h3 id="Australia">Australia</h3></div>
<p>In 2010, <a href="Electronic_Frontiers_Australia" title="Electronic Frontiers Australia">Electronic Frontiers Australia</a> said that it is unclear whether rooting is legal in Australia, and that anti-circumvention laws may apply.<sup id="cite_ref-73" class="reference"><a href="#cite_note-73"><span class="cite-bracket">[</span>72<span class="cite-bracket">]</span></a></sup> These laws were strengthened by the <a href="Copyright_law_of_Australia#Copyright_Amendment_Act_2006" title="Copyright law of Australia">Copyright Amendment Act 2006</a>.
</p>
<div class="mw-heading mw-heading3"><h3 id="Canada">Canada</h3></div>
<p>In November 2012, Canada <a href="Copyright_law_of_Canada#Bills_to_amend_the_Copyright_Act" title="Copyright law of Canada">amended its Copyright Act</a> with new provisions prohibiting tampering with digital locks, with exceptions including software interoperability.<sup id="cite_ref-74" class="reference"><a href="#cite_note-74"><span class="cite-bracket">[</span>73<span class="cite-bracket">]</span></a></sup> Rooting a device to run alternative software is a form of circumventing digital locks for the purpose of software interoperability.
</p><p>There had been several efforts from 2008 to 2011 to amend the Copyright Act (Bill C-60, <a href="Bill_C-61_(39th_Canadian_Parliament%2C_2nd_Session)" class="mw-redirect" title="Bill C-61 (39th Canadian Parliament, 2nd Session)">Bill C-61</a>, and <a href="Bill_C-32_(40th_Canadian_Parliament%2C_3rd_Session)" class="mw-redirect" title="Bill C-32 (40th Canadian Parliament, 3rd Session)">Bill C-32</a>) to prohibit tampering with digital locks, along with initial proposals for C-11 that were more restrictive,<sup id="cite_ref-75" class="reference"><a href="#cite_note-75"><span class="cite-bracket">[</span>74<span class="cite-bracket">]</span></a></sup> but those bills were set aside. In 2011, <a href="Michael_Geist" title="Michael Geist">Michael Geist</a>, a Canadian copyright scholar, cited iPhone jailbreaking as a non-copyright-related activity that overly broad Copyright Act amendments could prohibit.<sup id="cite_ref-76" class="reference"><a href="#cite_note-76"><span class="cite-bracket">[</span>75<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading3"><h3 id="European_Union">European Union</h3></div>
<p>The <a href="Free_Software_Foundation_Europe" title="Free Software Foundation Europe">Free Software Foundation Europe</a> argues that it is legal to root or flash any device. According to the European Directive 1999/44/EC, replacing the original operating system with another does not void the statutory warranty that covers the hardware of the device for two years unless the seller can prove that the modification caused the defect.<sup id="cite_ref-77" class="reference"><a href="#cite_note-77"><span class="cite-bracket">[</span>76<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading3"><h3 id="United_Kingdom">United Kingdom</h3></div>
<p>The law <a href="Copyright_and_Related_Rights_Regulations_2003" title="Copyright and Related Rights Regulations 2003">Copyright and Related Rights Regulations 2003</a> makes circumventing DRM protection measures legal for the purpose of interoperability but not copyright infringement. Rooting may be a form of circumvention covered by that law, but this has not been tested in court.<sup id="cite_ref-Duncan_Geere_72-1" class="reference"><a href="#cite_note-Duncan_Geere-72"><span class="cite-bracket">[</span>71<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-78" class="reference"><a href="#cite_note-78"><span class="cite-bracket">[</span>77<span class="cite-bracket">]</span></a></sup> Competition laws may also be relevant.<sup id="cite_ref-79" class="reference"><a href="#cite_note-79"><span class="cite-bracket">[</span>78<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading3"><h3 id="India">India</h3></div>
<p><a href="Copyright_law_of_India" title="Copyright law of India">India's copyright law</a> permits circumventing DRM for non-copyright-infringing purposes.<sup id="cite_ref-copyright-india_80-0" class="reference"><a href="#cite_note-copyright-india-80"><span class="cite-bracket">[</span>79<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-copyright-india-ars_81-0" class="reference"><a href="#cite_note-copyright-india-ars-81"><span class="cite-bracket">[</span>80<span class="cite-bracket">]</span></a></sup> <a href="Indian_Parliament" class="mw-redirect" title="Indian Parliament">Indian Parliament</a> introduced a bill including this DRM provision in 2010 and passed it in 2012 as Copyright (Amendment) Bill 2012.<sup id="cite_ref-82" class="reference"><a href="#cite_note-82"><span class="cite-bracket">[</span>81<span class="cite-bracket">]</span></a></sup> India is not a signatory to the WIPO Copyright Treaty that requires laws against DRM circumvention, but being listed on the US <a href="Special_301_Report" title="Special 301 Report">Special 301 Report</a> "Priority Watch List" applied pressure to develop stricter copyright laws in line with the WIPO treaty.<sup id="cite_ref-copyright-india_80-1" class="reference"><a href="#cite_note-copyright-india-80"><span class="cite-bracket">[</span>79<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-copyright-india-ars_81-1" class="reference"><a href="#cite_note-copyright-india-ars-81"><span class="cite-bracket">[</span>80<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading3"><h3 id="New_Zealand">New Zealand</h3></div>
<p><a href="Copyright_law_of_New_Zealand" title="Copyright law of New Zealand">New Zealand's copyright law</a> allows the circumvention of technological protection measure (TPM) as long as the use is for legal, non-copyright-infringing purposes.<sup id="cite_ref-83" class="reference"><a href="#cite_note-83"><span class="cite-bracket">[</span>82<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-84" class="reference"><a href="#cite_note-84"><span class="cite-bracket">[</span>83<span class="cite-bracket">]</span></a></sup> This law was added to the <a href="Copyright_Act_1994" title="Copyright Act 1994">Copyright Act 1994</a> as part of the <a href="Copyright_(New_Technologies)_Amendment_Act_2008" title="Copyright (New Technologies) Amendment Act 2008">Copyright (New Technologies) Amendment Act 2008</a>.
</p>
<div class="mw-heading mw-heading3"><h3 id="Singapore">Singapore</h3></div>
<p>Rooting might be legal in Singapore if done to provide interoperability and not circumvent copyright, but that has not been tested in court.<sup id="cite_ref-85" class="reference"><a href="#cite_note-85"><span class="cite-bracket">[</span>84<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading3"><h3 id="United_States">United States</h3></div>
<p>The <a href="Unlocking_Consumer_Choice_and_Wireless_Competition_Act" title="Unlocking Consumer Choice and Wireless Competition Act">Unlocking Consumer Choice and Wireless Competition Act</a> guarantees that consumers can unlock or let others unlock their phones. Under the Digital Millennium Copyright Act (DMCA) rooting was illegal in the United States except by exemption. The <a href="United_States_Copyright_Office" title="United States Copyright Office">U.S. Copyright Office</a> granted an exemption to this law "at least through 2015".<sup id="cite_ref-86" class="reference"><a href="#cite_note-86"><span class="cite-bracket">[</span>85<span class="cite-bracket">]</span></a></sup>
</p><p>In 2010, in response to a request by the <a href="Electronic_Frontier_Foundation" title="Electronic Frontier Foundation">Electronic Frontier Foundation</a>, the U.S. Copyright Office explicitly recognized an exemption to the DMCA to permit rooting.<sup id="cite_ref-87" class="reference"><a href="#cite_note-87"><span class="cite-bracket">[</span>86<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-88" class="reference"><a href="#cite_note-88"><span class="cite-bracket">[</span>87<span class="cite-bracket">]</span></a></sup> In their ruling, the Library of Congress affirmed on July 26, 2010, that rooting is exempt from DMCA rules with respect to circumventing digital locks. DMCA exemptions must be reviewed and renewed every three years or else they expire.
</p><p>On October 28, 2012, the US Copyright Office updated their exemption policies. The rooting of smartphones continues to be legal "where circumvention is accomplished for the sole purpose of enabling interoperability of [lawfully obtained software] applications with computer programs on the telephone handset". However, the U.S. Copyright office refused to extend this exemption to tablets, arguing that the term "tablets" is broad and ill-defined, and an exemption to this class of devices could have unintended side effects.<sup id="cite_ref-U.S._Copyright_Office_2013_Ruling_89-0" class="reference"><a href="#cite_note-U.S._Copyright_Office_2013_Ruling-89"><span class="cite-bracket">[</span>88<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-ars-jailbreaking-2012_90-0" class="reference"><a href="#cite_note-ars-jailbreaking-2012-90"><span class="cite-bracket">[</span>89<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Android_Police_91-0" class="reference"><a href="#cite_note-Android_Police-91"><span class="cite-bracket">[</span>90<span class="cite-bracket">]</span></a></sup> The Copyright Office also renewed the 2010 exemption for unofficially unlocking phones to use them on unapproved carriers, but restricted this exemption to phones purchased before January 26, 2013.<sup id="cite_ref-ars-jailbreaking-2012_90-1" class="reference"><a href="#cite_note-ars-jailbreaking-2012-90"><span class="cite-bracket">[</span>89<span class="cite-bracket">]</span></a></sup>
</p><p><a href="Tim_Wu" title="Tim Wu">Tim Wu</a>, a professor at <a href="Columbia_Law_School" title="Columbia Law School">Columbia Law School</a>, argued in 2007 that jailbreaking is "legal, ethical, and just plain fun".<sup id="cite_ref-slate-wu_92-0" class="reference"><a href="#cite_note-slate-wu-92"><span class="cite-bracket">[</span>91<span class="cite-bracket">]</span></a></sup> Wu cited an explicit exemption issued by the <a href="Library_of_Congress" title="Library of Congress">Library of Congress</a> in 2006 for personal unlocking, which notes that locks "are used by wireless carriers to limit the ability of subscribers to switch to other carriers, a business decision that has nothing whatsoever to do with the interests protected by copyright" and thus do not implicate the DMCA.<sup id="cite_ref-93" class="reference"><a href="#cite_note-93"><span class="cite-bracket">[</span>92<span class="cite-bracket">]</span></a></sup> Wu did not claim that this exemption applies to those who help others unlock a device or "traffic" in software to do so.<sup id="cite_ref-slate-wu_92-1" class="reference"><a href="#cite_note-slate-wu-92"><span class="cite-bracket">[</span>91<span class="cite-bracket">]</span></a></sup> In 2010 and 2012, the U.S. Copyright Office approved exemptions to the DMCA that allow users to root their devices legally.<sup id="cite_ref-94" class="reference"><a href="#cite_note-94"><span class="cite-bracket">[</span>93<span class="cite-bracket">]</span></a></sup> It is still possible to employ technical countermeasures to prevent rooting or prevent rooted phones from functioning.<sup id="cite_ref-otm_95-0" class="reference"><a href="#cite_note-otm-95"><span class="cite-bracket">[</span>94<span class="cite-bracket">]</span></a></sup> It is also unclear whether it is legal to traffic in the tools used to make rooting easy.<sup id="cite_ref-otm_95-1" class="reference"><a href="#cite_note-otm-95"><span class="cite-bracket">[</span>94<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="See_also">See also</h2></div>
<ul><li><a href="Android_Dev_Phone" title="Android Dev Phone">Android Dev Phone</a></li>
<li><a href="Hacking_of_consumer_electronics" title="Hacking of consumer electronics">Hacking of consumer electronics</a></li>
<li><a href="List_of_custom_Android_distributions" title="List of custom Android distributions">List of custom Android distributions</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="Notes">Notes</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */
.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}
/* end https://en.wikipedia.org/ */
</style><div class="reflist reflist-lower-alpha">
<div class="mw-references-wrap"><ol class="references">
<li id="cite_note-20"><span class="mw-cite-backlink"><b><a href="#cite_ref-20">^</a></b></span> <span class="reference-text"><code>/sys/class/power_supply/battery/siop_level</code> is a shorthand <a href="Symbolic_link" title="Symbolic link">symbolic link</a> to that system file.</span>
</li>
</ol></div></div>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<div class="reflist">
<div class="mw-references-wrap mw-references-columns"><ol class="references">
<li id="cite_note-:1-1"><span class="mw-cite-backlink">^ <a href="#cite_ref-:1_1-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:1_1-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */
.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}
/* end https://en.wikipedia.org/ */
</style><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.htcdev.com/bootloader">"HTC Bootloader Unlock Instructions"</a>. <i>htcdev.com</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20141027141227/http://www.htcdev.com/bootloader/">Archived</a> from the original on 27 October 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">26 October</span> 2014</span>.</cite></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://unlockbootloader.sonymobile.com#Sony">"Official Bootloader Unlock instructions"</a>. <i>sonymobile.com</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20140707020506/http://unlockbootloader.sonymobile.com/#Sony">Archived</a> from the original on 2014-07-07<span class="reference-accessdate">. Retrieved <span class="nowrap">2021-08-26</span></span>.</cite></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://source.android.com/source/building-devices.html">"#unlocking-the-bootloader Google instructions on bootloader unlocking"</a>. <i>source.android.co.m</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20110521220428/http://source.android.com/source/building-devices.html">Archived</a> from the original on 21 May 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">26 October</span> 2014</span>.</cite></span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.c-sharpcorner.com/blogs/difference-between-rooting-sim-unlocking-bootloader-unlocking1">"Difference between Rooting, SIM Unlocking & Bootloader Unlocking"</a>. <i>www.c-sharpcorner.com</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210205052558/https://www.c-sharpcorner.com/blogs/difference-between-rooting-sim-unlocking-bootloader-unlocking1">Archived</a> from the original on 2021-02-05<span class="reference-accessdate">. Retrieved <span class="nowrap">2020-10-01</span></span>.</cite></span>
</li>
<li id="cite_note-AT&T_Android_FAQs-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-AT&T_Android_FAQs_5-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.wireless.att.com/cell-phone-service/cell-phone-sales/promotion/androidComingSoon.jsp?status=success&_requestid=281920">"The Official AT&T FAQs"</a>. Wireless.att.com. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20111001090745/http://www.wireless.att.com/cell-phone-service/cell-phone-sales/promotion/androidComingSoon.jsp?status=success&_requestid=281920">Archived</a> from the original on October 1, 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">December 18,</span> 2011</span>.</cite></span>
</li>
<li id="cite_note-Mobileburn_Blog-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-Mobileburn_Blog_6-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20130518022713/http://www.mobileburn.com/news.jsp?Id=14654">"Samsung INFUSE 4G capable of side-loading apps, accessing Amazon Appstore"</a>. MobileBurn. May 7, 2011. Archived from <a rel="nofollow" class="external text" href="http://www.mobileburn.com/news.jsp?Id=14654">the original</a> on May 18, 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">December 18,</span> 2011</span>.</cite></span>
</li>
<li id="cite_note-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-7">^</a></b></span> <span class="reference-text"><cite id="CITEREFMike_Luttrell2011" class="citation web cs1">Mike Luttrell (May 19, 2011). <a rel="nofollow" class="external text" href="http://www.tgdaily.com/mobility-brief/56057-att-customers-can-finally-use-amazons-appstore">"AT&T customers can finally use Amazon's Appstore"</a>. TG Daily. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20121029232954/http://www.tgdaily.com/mobility-brief/56057-att-customers-can-finally-use-amazons-appstore">Archived</a> from the original on October 29, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">July 27,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text"><cite id="CITEREFAustin_Krause2011" class="citation web cs1">Austin Krause (December 8, 2011). <a rel="nofollow" class="external text" href="http://www.groovypost.com/howto/enable-sideloading-kindle-fire-android-tablet/">"How to Enable Sideloading on the Kindle Fire"</a>. groovyPost<span class="reference-accessdate">. Retrieved <span class="nowrap">July 27,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-rootmygalaxy-9"><span class="mw-cite-backlink">^ <a href="#cite_ref-rootmygalaxy_9-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-rootmygalaxy_9-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web cs1 cs1-prop-unfit"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20160618013532/http://rootmygalaxy.net/rooting-android-phone-advantages-disadvantages/">"What Is Rooting Android Phone? Advantages And Disadvantages"</a>. Root Mygalaxy. Archived from the original on 18 June 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">22 November</span> 2014</span>.</cite></span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20150106122337/http://reviewlagoon.com/five-reasons-why-everyone-should-root-their-android/">"Five Reasons Why Everyone Should "Root" Their Android"</a>. Review Lagoon. 30 August 2012. Archived from <a rel="nofollow" class="external text" href="http://reviewlagoon.com/five-reasons-why-everyone-should-root-their-android/">the original</a> on 6 January 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">6 January</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-11">^</a></b></span> <span class="reference-text"><cite id="CITEREFWhitson_Gordon2013" class="citation web cs1">Whitson Gordon (10 August 2013). <a rel="nofollow" class="external text" href="https://lifehacker.com/top-10-reasons-to-root-your-android-phone-1079161983">"Top 10 Reasons to Root Your Android Phone"</a>. <i>Lifehacker</i>. Gawker Media. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20150106002414/http://lifehacker.com/top-10-reasons-to-root-your-android-phone-1079161983">Archived</a> from the original on 6 January 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">6 January</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-12"><span class="mw-cite-backlink"><b><a href="#cite_ref-12">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="https://android.stackexchange.com/questions/64381/workaround-for-android-4-4-not-being-able-to-write-to-sd-cards">Workaround for Android 4.4 not being able to write to SD cards?</a></span>
</li>
<li id="cite_note-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-13">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="https://android.stackexchange.com/questions/190138/how-to-use-usb-mass-storage-mode-on-android-4-3">How to use "USB Mass Storage Mode" on Android 4.3+</a></span>
</li>
<li id="cite_note-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-14">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://spyappsmobile.com/advantages-of-rooting-your-android-device">"Advantages of Rooting Your Android Device"</a>. <i>spyappsmobile.com</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20141006195551/http://spyappsmobile.com/advantages-of-rooting-your-android-device/">Archived</a> from the original on 6 October 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">3 October</span> 2014</span>.</cite></span>
</li>
<li id="cite_note-15"><span class="mw-cite-backlink"><b><a href="#cite_ref-15">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.xda-developers.com/android-q-storage-access-framework-scoped-storage/">"Scoped Storage in Android Q forces developers to use SAF, which sucks"</a>. <i>xda-developers</i>. 2019-05-31. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210428205737/https://www.xda-developers.com/android-q-storage-access-framework-scoped-storage/">Archived</a> from the original on 2021-04-28<span class="reference-accessdate">. Retrieved <span class="nowrap">12 June</span> 2021</span>.</cite></span>
</li>
<li id="cite_note-16"><span class="mw-cite-backlink"><b><a href="#cite_ref-16">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.androidauthority.com/best-task-manager-apps-for-android-342334/">"The best task manager apps for Android"</a>. <i>Android Authority</i>. 2020-07-11. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210613170042/https://www.androidauthority.com/best-task-manager-apps-for-android-342334/">Archived</a> from the original on 2021-06-13<span class="reference-accessdate">. Retrieved <span class="nowrap">13 June</span> 2021</span>.</cite></span>
</li>
<li id="cite_note-17"><span class="mw-cite-backlink"><b><a href="#cite_ref-17">^</a></b></span> <span class="reference-text"><cite class="citation web cs1 cs1-prop-foreign-lang-source"><a rel="nofollow" class="external text" href="https://srbodroid.com/development/uputstva/android-media-server-trosi-puno-baterije-kako-popraviti/">"Android Media Server troši puno baterije. Kako popraviti? |"</a>. <i>srbodroid.com</i> (in Croatian). 2013-12-26. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210716133915/https://srbodroid.com/development/uputstva/android-media-server-trosi-puno-baterije-kako-popraviti/">Archived</a> from the original on 2021-07-16<span class="reference-accessdate">. Retrieved <span class="nowrap">2021-07-16</span></span>.</cite></span>
</li>
<li id="cite_note-18"><span class="mw-cite-backlink"><b><a href="#cite_ref-18">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.maketecheasier.com/downgrade-android-app/">"How to Downgrade an Android App If You Don't Like the Update"</a>. <i>Make Tech Easier</i>. 2016-09-16. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210305040636/https://www.maketecheasier.com/downgrade-android-app/">Archived</a> from the original on 2021-03-05<span class="reference-accessdate">. Retrieved <span class="nowrap">12 June</span> 2021</span>.</cite></span>
</li>
<li id="cite_note-19"><span class="mw-cite-backlink"><b><a href="#cite_ref-19">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://github.com/sriharshaarangi/BatteryChargeLimit/issues/23">"Limit charge rate above/below a fixed charge threshold, temperature etc. · Issue #23 · sriharshaarangi/BatteryChargeLimit"</a>. <i>GitHub</i>. 2017-08-10. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210610003905/https://github.com/sriharshaarangi/BatteryChargeLimit/issues/23">Archived</a> from the original on 2021-06-10<span class="reference-accessdate">. Retrieved <span class="nowrap">10 June</span> 2021</span>.</cite></span>
</li>
<li id="cite_note-21"><span class="mw-cite-backlink"><b><a href="#cite_ref-21">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.getdroidtips.com/custom-battery-charge-limit-android/">"How to Set a Custom Battery Charge Limit in Android device?"</a>. <i>Get Droid Tips</i>. 7 September 2020. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210719214056/https://www.getdroidtips.com/custom-battery-charge-limit-android/">Archived</a> from the original on 19 July 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">19 July</span> 2021</span>.</cite></span>
</li>
<li id="cite_note-xda-magisk-22"><span class="mw-cite-backlink">^ <a href="#cite_ref-xda-magisk_22-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-xda-magisk_22-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.xda-developers.com/magisk-module-mock-locations-screenshots/">"Magisk Module to Allow Location Mocking, Screenshots in Any App, and Disabling System Signature Verification"</a>. <i><a href="XDA_Developers" class="mw-redirect" title="XDA Developers">XDA Developers</a></i>. 30 September 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">26 July</span> 2025</span>.</cite></span>
</li>
<li id="cite_note-23"><span class="mw-cite-backlink"><b><a href="#cite_ref-23">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.xda-developers.com/basic-call-recorder-magisk-module/">"Supercharge your call recording experience with this Magisk module"</a>. <i><a href="XDA_Developers" class="mw-redirect" title="XDA Developers">XDA Developers</a></i>. 21 May 2022<span class="reference-accessdate">. Retrieved <span class="nowrap">26 July</span> 2025</span>.</cite></span>
</li>
<li id="cite_note-24"><span class="mw-cite-backlink"><b><a href="#cite_ref-24">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.howtogeek.com/240417/does-rooting-or-unlocking-void-your-android-phones-warranty/">"Does Rooting or Unlocking Void Your Android Phone's Warranty?"</a>. <i>How To Greek</i>. 20 June 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">29 August</span> 2022</span>.</cite></span>
</li>
<li id="cite_note-25"><span class="mw-cite-backlink"><b><a href="#cite_ref-25">^</a></b></span> <span class="reference-text"><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.phonearena.com/news/huawei-honor-bootloader-unlock-discontinued_id105187">"Huawei shuts down bootloader unlock program"</a>. <i>PhoneArena</i>. 2018-05-25. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180527194004/https://www.phonearena.com/news/huawei-honor-bootloader-unlock-discontinued_id105187">Archived</a> from the original on 2018-05-27<span class="reference-accessdate">. Retrieved <span class="nowrap">2022-08-29</span></span>.</cite></span>
</li>
<li id="cite_note-26"><span class="mw-cite-backlink"><b><a href="#cite_ref-26">^</a></b></span> <span class="reference-text"><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.droid-life.com/2012/02/29/letter-from-verizon-to-fcc-details-their-stance-on-bootloaders/7">"Letter From Verizon to FCC Details Their Stance on Bootloaders"</a>. <i>DroidLife</i>. 2012-02-29<span class="reference-accessdate">. Retrieved <span class="nowrap">2022-08-29</span></span>.</cite></span>
</li>
<li id="cite_note-27"><span class="mw-cite-backlink"><b><a href="#cite_ref-27">^</a></b></span> <span class="reference-text"><cite id="CITEREFSiddiqui2016" class="citation web cs1">Siddiqui, Aamir (2016-10-19). <a rel="nofollow" class="external text" href="https://www.xda-developers.com/android-safetynet-now-reportedly-tripped-by-unlocked-bootloaders/">"Android SafetyNet Now Reportedly Tripped by Unlocked Bootloaders"</a>. <i>XDA Developers</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2024-03-24</span></span>.</cite></span>
</li>
<li id="cite_note-Twitter-28"><span class="mw-cite-backlink">^ <a href="#cite_ref-Twitter_28-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Twitter_28-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFCongleton" class="citation web cs1">Congleton, Nicholas. <a rel="nofollow" class="external text" href="https://www.lifewire.com/how-to-unlock-bootloader-android-phone-4689186">"Easily Unlock Your Android Bootloader With Fastboot"</a>. <i>Lifewire</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20201023094354/https://www.lifewire.com/how-to-unlock-bootloader-android-phone-4689186">Archived</a> from the original on 2020-10-23<span class="reference-accessdate">. Retrieved <span class="nowrap">2020-10-01</span></span>.</cite></span>
</li>
<li id="cite_note-29"><span class="mw-cite-backlink"><b><a href="#cite_ref-29">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://source.android.com/devices/bootloader/locking_unlocking">"Locking/Unlocking the Bootloader"</a>. <i>Android Open Source Project</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20200924222551/https://source.android.com/devices/bootloader/locking_unlocking">Archived</a> from the original on 2020-09-24<span class="reference-accessdate">. Retrieved <span class="nowrap">2020-10-01</span></span>.</cite></span>
</li>
<li id="cite_note-30"><span class="mw-cite-backlink"><b><a href="#cite_ref-30">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://source.android.com/devices/bootloader">"Overview"</a>. <i>Android Open Source Project</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20201007051412/https://source.android.com/devices/bootloader">Archived</a> from the original on 2020-10-07<span class="reference-accessdate">. Retrieved <span class="nowrap">2020-10-01</span></span>.</cite></span>
</li>
<li id="cite_note-31"><span class="mw-cite-backlink"><b><a href="#cite_ref-31">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.androidcentral.com/what-is-android-bootloader">"What is the bootloader?"</a>. <i>Android Central</i>. 2012-01-03. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20201007112634/https://www.androidcentral.com/what-is-android-bootloader">Archived</a> from the original on 2020-10-07<span class="reference-accessdate">. Retrieved <span class="nowrap">2020-10-01</span></span>.</cite></span>
</li>
<li id="cite_note-32"><span class="mw-cite-backlink"><b><a href="#cite_ref-32">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.thecustomdroid.com/enable-oem-unlocking-on-android/">"How to Enable OEM Unlocking on Android [OEM Unlock]"</a>. <i>The Custom Droid</i>. 2018-03-12. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20201020024510/https://www.thecustomdroid.com/enable-oem-unlocking-on-android/">Archived</a> from the original on 2020-10-20<span class="reference-accessdate">. Retrieved <span class="nowrap">2020-10-01</span></span>.</cite></span>
</li>
<li id="cite_note-33"><span class="mw-cite-backlink"><b><a href="#cite_ref-33">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20161031013931/http://theroot.ninja/depixel8.html">"dePixel8 by beaups"</a>. <i>Sunshine</i>. 2016-10-20. Archived from <a rel="nofollow" class="external text" href="http://theroot.ninja/depixel8.html">the original</a> on 2016-10-31<span class="reference-accessdate">. Retrieved <span class="nowrap">2023-05-31</span></span>.</cite></span>
</li>
<li id="cite_note-34"><span class="mw-cite-backlink"><b><a href="#cite_ref-34">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20201224102059/https://forum.xda-developers.com/t/ls997-vs995-h910-f800l-dirtysanta-bootloader-unlock-and-root-guide.3519410/">"LG V20 DirtySanta Bootloader unlock and Root guide"</a>. <i>XDA</i>. 2016-12-14. Archived from <a rel="nofollow" class="external text" href="https://forum.xda-developers.com/t/ls997-vs995-h910-f800l-dirtysanta-bootloader-unlock-and-root-guide.3519410/">the original</a> on 2020-12-24<span class="reference-accessdate">. Retrieved <span class="nowrap">2023-05-31</span></span>.</cite></span>
</li>
<li id="cite_note-35"><span class="mw-cite-backlink"><b><a href="#cite_ref-35">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://developer.sony.com/develop/open-devices/get-started/unlock-bootloader">"Unlock Bootloader - Open Devices - Sony Developer World"</a>. <i>developer.sony.com</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210610002728/https://developer.sony.com/develop/open-devices/get-started/unlock-bootloader">Archived</a> from the original on 2021-06-10<span class="reference-accessdate">. Retrieved <span class="nowrap">2021-06-10</span></span>.</cite></span>
</li>
<li id="cite_note-36"><span class="mw-cite-backlink"><b><a href="#cite_ref-36">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.thecustomdroid.com/samsung-galaxy-bootloader-unlock-guide/">"Unlock Bootloader on Samsung Galaxy Phones and Tablets - A Complete Guide"</a>. <i>The Custom Droid</i>. 2021-04-03. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210610002838/https://www.thecustomdroid.com/samsung-galaxy-bootloader-unlock-guide/">Archived</a> from the original on 2021-06-10<span class="reference-accessdate">. Retrieved <span class="nowrap">2021-06-10</span></span>.</cite></span>
</li>
<li id="cite_note-37"><span class="mw-cite-backlink"><b><a href="#cite_ref-37">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://smallbusiness.chron.com/unlocking-sim-cards-work-28926.html">"How Does Unlocking SIM Cards Work?"</a>. <i>Small Business - Chron.com</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20201001231218/https://smallbusiness.chron.com/unlocking-sim-cards-work-28926.html">Archived</a> from the original on 2020-10-01<span class="reference-accessdate">. Retrieved <span class="nowrap">2020-10-01</span></span>.</cite></span>
</li>
<li id="cite_note-38"><span class="mw-cite-backlink"><b><a href="#cite_ref-38">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.androidpolice.com/2016/09/11/guide-play-pokemon-go-0-37-rooted-android-magisk/">"How to play Pokémon GO (0.37+) on a rooted Android with Magisk"</a>. <i>Android Police</i>. 11 September 2016. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20170521183754/http://www.androidpolice.com/2016/09/11/guide-play-pokemon-go-0-37-rooted-android-magisk/">Archived</a> from the original on 21 May 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">19 May</span> 2017</span>.</cite></span>
</li>
<li id="cite_note-39"><span class="mw-cite-backlink"><b><a href="#cite_ref-39">^</a></b></span> <span class="reference-text"><cite id="CITEREFHager2020" class="citation web cs1">Hager, Ryne (June 29, 2020). <a rel="nofollow" class="external text" href="https://www.androidpolice.com/2020/06/29/googles-dreaded-safetynet-hardware-check-has-been-spotted-in-the-wild/?amp">"Google's dreaded SafetyNet hardware check has been spotted in the wild"</a>. <i>AndroidPolice.com</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210825012953/https://www.androidpolice.com/2020/06/29/googles-dreaded-safetynet-hardware-check-has-been-spotted-in-the-wild/?amp">Archived</a> from the original on August 25, 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">August 26,</span> 2021</span>.</cite></span>
</li>
<li id="cite_note-40"><span class="mw-cite-backlink"><b><a href="#cite_ref-40">^</a></b></span> <span class="reference-text"><cite id="CITEREFHoffman2017" class="citation web cs1">Hoffman, Chris (July 11, 2017). <a rel="nofollow" class="external text" href="https://www.howtogeek.com/241012/safetynet-explained-why-android-pay-and-other-apps-dont-work-on-rooted-devices/">"SafetyNet Explained: Why Android Pay and Other Apps Don't Work on Rooted Devices"</a>. <i>How-To Geek</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20201111085644/https://www.howtogeek.com/241012/safetynet-explained-why-android-pay-and-other-apps-dont-work-on-rooted-devices/amp/">Archived</a> from the original on November 11, 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">August 26,</span> 2021</span>.</cite></span>
</li>
<li id="cite_note-41"><span class="mw-cite-backlink"><b><a href="#cite_ref-41">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.xda-developers.com/bypass-safetynet-hardware-attestation-unlocked-bootloader-magisk-module/">"How to (maybe) bypass SafetyNet hardware attestation on devices with an unlocked bootloader"</a>. <i>XDA</i>. January 30, 2021. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210425090025/https://www.xda-developers.com/bypass-safetynet-hardware-attestation-unlocked-bootloader-magisk-module/amp/">Archived</a> from the original on April 25, 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">August 26,</span> 2021</span>.</cite></span>
</li>
<li id="cite_note-42"><span class="mw-cite-backlink"><b><a href="#cite_ref-42">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.xda-developers.com/magisk-vs-supersu/?amp">"How to Install Magisk on your Android Phone"</a>. <i>XDA</i>. August 17, 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">August 26,</span> 2021</span>.</cite></span>
</li>
<li id="cite_note-43"><span class="mw-cite-backlink"><b><a href="#cite_ref-43">^</a></b></span> <span class="reference-text"><cite id="CITEREFSummerson2017" class="citation web cs1">Summerson, Cameron (September 15, 2017). <a rel="nofollow" class="external text" href="https://www.howtogeek.com/312404/how-to-root-your-android-phone-with-magisk/">"How to Root Your Android Phone with Magisk (So Android Pay and Netflix Work Again)"</a>. <i>How-To Geek</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210228195824/https://www.howtogeek.com/312404/how-to-root-your-android-phone-with-magisk/">Archived</a> from the original on February 28, 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">August 26,</span> 2021</span>.</cite></span>
</li>
<li id="cite_note-:0-44"><span class="mw-cite-backlink">^ <a href="#cite_ref-:0_44-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:0_44-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-:0_44-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFZhangSheQian2015" class="citation book cs1">Zhang, Hang; She, Dongdong; Qian, Zhiyun (2015-01-01). "Android Root and its Providers". <i>Proceedings of the 22nd ACM SIGSAC Conference on Computer and Communications Security</i>. CCS '15. New York, NY, USA: ACM. pp. <span class="nowrap">1093–</span>1104. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1145%2F2810103.2813714">10.1145/2810103.2813714</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>9781450338325</bdi>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a> <a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:7650341">7650341</a>.</cite></span>
</li>
<li id="cite_note-45"><span class="mw-cite-backlink"><b><a href="#cite_ref-45">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://github.com/ChainsDD/su-binary">"ChainsDD/su-binary"</a>. <i>GitHub</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20170226225153/https://github.com/ChainsDD/su-binary">Archived</a> from the original on 2017-02-26<span class="reference-accessdate">. Retrieved <span class="nowrap">2016-10-08</span></span>.</cite></span>
</li>
<li id="cite_note-46"><span class="mw-cite-backlink"><b><a href="#cite_ref-46">^</a></b></span> <span class="reference-text"><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.howtogeek.com/115297/how-to-root-your-android-why-you-might-want-to/">"How to Root Your Android Phone with SuperSU and TWRP"</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20161007131535/http://www.howtogeek.com/115297/how-to-root-your-android-why-you-might-want-to/">Archived</a> from the original on 2016-10-07<span class="reference-accessdate">. Retrieved <span class="nowrap">2016-10-08</span></span>.</cite></span>
</li>
<li id="cite_note-47"><span class="mw-cite-backlink"><b><a href="#cite_ref-47">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.coolmuster.com/android-root/framaroot-guide.html">"How to Use Framaroot to Root Android Devices"</a>. <i>www.coolmuster.com</i>. 2017-05-16<span class="reference-accessdate">. Retrieved <span class="nowrap">8 February</span> 2022</span>.</cite></span>
</li>
<li id="cite_note-48"><span class="mw-cite-backlink"><b><a href="#cite_ref-48">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://archive.today/20221229134229/https://hernan.de/blog/tailoring-cve-2019-2215-to-achieve-root/">"Tailoring CVE-2019-2215 to Achieve Root"</a>. <i>hernan.de</i>. 15 October 2019. Archived from <a rel="nofollow" class="external text" href="https://hernan.de/blog/tailoring-cve-2019-2215-to-achieve-root/">the original</a> on 29 December 2022<span class="reference-accessdate">. Retrieved <span class="nowrap">29 December</span> 2022</span>.</cite></span>
</li>
<li id="cite_note-49"><span class="mw-cite-backlink"><b><a href="#cite_ref-49">^</a></b></span> <span class="reference-text"><cite id="CITEREFStone2019" class="citation web cs1">Stone, Maddie (21 Nov 2019). <a rel="nofollow" class="external text" href="https://archive.today/20191122171606/https://googleprojectzero.blogspot.com/2019/11/bad-binder-android-in-wild-exploit.html">"Bad Binder: Android In-The-Wild Exploit"</a>. <i>Google Project Zero</i>. Archived from <a rel="nofollow" class="external text" href="https://googleprojectzero.blogspot.com/2019/11/bad-binder-android-in-wild-exploit.html">the original</a> on 22 November 2019.</cite></span>
</li>
<li id="cite_note-50"><span class="mw-cite-backlink"><b><a href="#cite_ref-50">^</a></b></span> <span class="reference-text"><cite class="citation news cs1"><a rel="nofollow" class="external text" href="http://m.androidcentral.com/root">"Everything you need to know about rooting your Android"</a>. <i>Android Central</i>. 2016-06-06. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20161017100215/http://m.androidcentral.com/root">Archived</a> from the original on 2016-10-17<span class="reference-accessdate">. Retrieved <span class="nowrap">2016-10-08</span></span>.</cite></span>
</li>
<li id="cite_note-51"><span class="mw-cite-backlink"><b><a href="#cite_ref-51">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.androidpolice.com/2015/06/02/lg-releases-its-long-promised-bootloader-unlock-tool-but-it-currently-only-supports-the-g4-for-the-eu-open-market-h815/">"LG Releases Its Long Promised Bootloader Unlock Tool, But It Currently Only Supports The G4 For The EU Open Market (H815)"</a>. <i>Android Police</i>. 2015-06-02. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20160930172021/http://www.androidpolice.com/2015/06/02/lg-releases-its-long-promised-bootloader-unlock-tool-but-it-currently-only-supports-the-g4-for-the-eu-open-market-h815/">Archived</a> from the original on 2016-09-30<span class="reference-accessdate">. Retrieved <span class="nowrap">2016-10-08</span></span>.</cite></span>
</li>
<li id="cite_note-52"><span class="mw-cite-backlink"><b><a href="#cite_ref-52">^</a></b></span> <span class="reference-text"><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.xda-developers.com/lg-bootloader-unlocking-shut-down-december-31/">"LG will shut down its bootloader unlocking service on December 31"</a>. <i>XDA Developers</i>. 2021-12-06. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20220428215524/https://www.xda-developers.com/lg-bootloader-unlocking-shut-down-december-31/">Archived</a> from the original on 2022-04-28<span class="reference-accessdate">. Retrieved <span class="nowrap">2022-05-12</span></span>.</cite></span>
</li>
<li id="cite_note-53"><span class="mw-cite-backlink"><b><a href="#cite_ref-53">^</a></b></span> <span class="reference-text"><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.phonearena.com/news/huawei-honor-bootloader-unlock-discontinued_id105187">"Huawei shuts down bootloader unlock program"</a>. <i>PhoneArena</i>. 2018-05-25. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180527194004/https://www.phonearena.com/news/huawei-honor-bootloader-unlock-discontinued_id105187">Archived</a> from the original on 2018-05-27<span class="reference-accessdate">. Retrieved <span class="nowrap">2022-05-12</span></span>.</cite></span>
</li>
<li id="cite_note-54"><span class="mw-cite-backlink"><b><a href="#cite_ref-54">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://android.googlesource.com/platform/docs/source.android.com/+/bf8b4aa249ae4e2f8c6543839fefbfea0c96ce9a/src/source/building-devices.md#Unlocking-the-bootloader">"Building for devices"</a>. <i>Google Git</i>. Google Inc. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20151210215216/https://android.googlesource.com/platform/docs/source.android.com/%2B/bf8b4aa249ae4e2f8c6543839fefbfea0c96ce9a/src/source/building-devices.md#Unlocking-the-bootloader">Archived</a> from the original on 10 December 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">9 December</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-55"><span class="mw-cite-backlink"><b><a href="#cite_ref-55">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://source.android.com/docs/core/architecture/bootloader/locking_unlocking">"Locking/Unlocking the Bootloader"</a>. <i>Android Source</i>. Google Inc<span class="reference-accessdate">. Retrieved <span class="nowrap">18 January</span> 2023</span>.</cite></span>
</li>
<li id="cite_note-56"><span class="mw-cite-backlink"><b><a href="#cite_ref-56">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://community.verizon.com/t5/Google-Pixel/Pixel-OEM-Unlocking-Support/td-p/1153573">"Pixel OEM Unlocking Support"</a>. <i>Verizon Forums</i>. Verizon. 20 February 2020. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210903190252/https://community.verizon.com/t5/Google-Pixel/Pixel-OEM-Unlocking-Support/td-p/1153573">Archived</a> from the original on 3 September 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">12 May</span> 2022</span>.</cite></span>
</li>
<li id="cite_note-57"><span class="mw-cite-backlink"><b><a href="#cite_ref-57">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://lifehacker.com/5789397/the-always-up+to+date-guide-to-rooting-any-android-phone">"Everything You Need to Know About Rooting Your Android Phone"</a>. Lifehacker.com. 4 September 2013. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20140226053654/http://lifehacker.com/5789397/the-always-up+to+date-guide-to-rooting-any-android-phone">Archived</a> from the original on 2014-02-26<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-02-26</span></span>.</cite></span>
</li>
<li id="cite_note-htcdev-58"><span class="mw-cite-backlink">^ <a href="#cite_ref-htcdev_58-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-htcdev_58-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://htcdev.com/bootloader/">"Unlock Bootloader"</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20111101152226/http://www.htcdev.com/bootloader">Archived</a> from the original on November 1, 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">October 30,</span> 2011</span>.</cite></span>
</li>
<li id="cite_note-59"><span class="mw-cite-backlink"><b><a href="#cite_ref-59">^</a></b></span> <span class="reference-text"><cite id="CITEREFSmith2011" class="citation web cs1">Smith, Peter (December 21, 2011). <a rel="nofollow" class="external text" href="http://www.itworld.com/mobile-wireless/234809/kindle-fire-and-nook-tablet-both-get-upgraded-reduced-functionality">"Kindle Fire and Nook Tablet both get 'upgraded' with reduced functionality"</a>. <i>ITworld</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20120108015721/http://www.itworld.com/mobile-wireless/234809/kindle-fire-and-nook-tablet-both-get-upgraded-reduced-functionality">Archived</a> from the original on January 8, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">January 10,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-60"><span class="mw-cite-backlink"><b><a href="#cite_ref-60">^</a></b></span> <span class="reference-text"><cite id="CITEREFVerry2011" class="citation web cs1">Verry, Tim (December 21, 2011). <a rel="nofollow" class="external text" href="http://pcper.com/category/tags/update">"Kindle Fire and Nook Tablet Receive Root Access Killing Software Updates"</a>. <i>PC Perspective</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20120815131453/http://pcper.com/category/tags/update">Archived</a> from the original on August 15, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">January 10,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-61"><span class="mw-cite-backlink"><b><a href="#cite_ref-61">^</a></b></span> <span class="reference-text"><cite id="CITEREFJason_Perlow2011" class="citation web cs1">Jason Perlow (January 18, 2011). <a rel="nofollow" class="external text" href="https://www.zdnet.com/article/cyanogenmod-cm7-teach-your-old-droid-new-tricks/">"CyanogenMod CM7: Teach your old Droid New Tricks"</a>. ZDNet. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20120107050441/http://www.zdnet.com/blog/perlow/cyanogenmod-cm7-teach-your-old-droid-new-tricks/15574">Archived</a> from the original on January 7, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">January 4,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-62"><span class="mw-cite-backlink"><b><a href="#cite_ref-62">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://androidandme.com/2011/08/devices/popular-android-aftermarket-firmware-miui-gets-its-own-superphone/">"MIUI firmware is "popular""</a>. AndroidAndMe. August 16, 2011. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20120114164822/http://androidandme.com/2011/08/devices/popular-android-aftermarket-firmware-miui-gets-its-own-superphone/">Archived</a> from the original on January 14, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">January 4,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-63"><span class="mw-cite-backlink"><b><a href="#cite_ref-63">^</a></b></span> <span class="reference-text"><cite id="CITEREFSadun2010" class="citation web cs1">Sadun, Erica (July 26, 2010). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20121030023251/http://www.tuaw.com/2010/07/26/library-of-congress-rules-in-favor-of-jailbreaking/">"LoC rules in favor of jailbreaking"</a>. Tuaw.com. Archived from <a rel="nofollow" class="external text" href="http://www.tuaw.com/2010/07/26/library-of-congress-rules-in-favor-of-jailbreaking/">the original</a> on October 30, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">January 4,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-64"><span class="mw-cite-backlink"><b><a href="#cite_ref-64">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.copyright.gov/1201/2010/Librarian-of-Congress-1201-Statement.html">"Statement of the Librarian of Congress Relating to Section 1201 Rulemaking"</a>. <a href="Library_of_Congress" title="Library of Congress">Library of Congress</a>. December 1, 2012. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20181116022214/https://www.copyright.gov/1201/2010/Librarian-of-Congress-1201-Statement.html">Archived</a> from the original on November 16, 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">November 7,</span> 2018</span>.</cite></span>
</li>
<li id="cite_note-65"><span class="mw-cite-backlink"><b><a href="#cite_ref-65">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://htcdev.com/bootloader">"HTC's bootloader unlock page"</a>. Htcdev.com. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20121019020546/http://htcdev.com/bootloader">Archived</a> from the original on October 19, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">January 4,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-66"><span class="mw-cite-backlink"><b><a href="#cite_ref-66">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20150105202030/http://www.itmag.org/android-operating-system-news/175-cyanogenmod-supported-by-samsung-gives-away-galaxy-s2-to-devs.html">"CyanogenMod supported by Samsung, gives away Galaxy S2 to devs"</a>. <i>ITMag</i>. Archived from <a rel="nofollow" class="external text" href="http://www.itmag.org/android-operating-system-news/175-cyanogenmod-supported-by-samsung-gives-away-galaxy-s2-to-devs.html">the original</a> on January 5, 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">9 December</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-67"><span class="mw-cite-backlink"><b><a href="#cite_ref-67">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://techcrunch.com/2011/10/24/motorola-offers-unlocked-bootloader-tool-for-droid-razr-verizon-removes-it/">"Motorola Offers Unlocked Bootloader Tool"</a>. Techcrunch.com. October 24, 2011. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20170707201234/https://techcrunch.com/2011/10/24/motorola-offers-unlocked-bootloader-tool-for-droid-razr-verizon-removes-it/">Archived</a> from the original on July 7, 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">January 4,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-68"><span class="mw-cite-backlink"><b><a href="#cite_ref-68">^</a></b></span> <span class="reference-text"><cite id="CITEREFDahlström" class="citation web cs1">Dahlström, Karl-Johan. <a rel="nofollow" class="external text" href="http://developer.sonymobile.com/2011/09/28/sony-ericsson-supports-independent-developers/">"Sony Ericsson supports independent developers"</a>. <i>Sony Mobile Communications</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20151210213321/http://developer.sonymobile.com/2011/09/28/sony-ericsson-supports-independent-developers/">Archived</a> from the original on 10 December 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">9 December</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-69"><span class="mw-cite-backlink"><b><a href="#cite_ref-69">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20181230130548/http://omegadroid.net/wanted-knox-void-warranty-0x1/">"All you wanted to know about KNOX Void Warranty 0x1"</a>. 2018-12-30. Archived from <a rel="nofollow" class="external text" href="http://omegadroid.net/wanted-knox-void-warranty-0x1/">the original</a> on 2018-12-30<span class="reference-accessdate">. Retrieved <span class="nowrap">2020-08-27</span></span>.</cite></span>
</li>
<li id="cite_note-70"><span class="mw-cite-backlink"><b><a href="#cite_ref-70">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.xda-developers.com/galaxy-s7-bootloader-lock-explained-you-might-not-get-aosp-after-all/">"Galaxy S7 Bootloader Lock Explained: You Might Not Get AOSP After All"</a>. 2016-03-13<span class="reference-accessdate">. Retrieved <span class="nowrap">2023-07-05</span></span>.</cite></span>
</li>
<li id="cite_note-71"><span class="mw-cite-backlink"><b><a href="#cite_ref-71">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://forum.xda-developers.com/t/android-unsamlock-bootloader-unlock-for-samsung-us-canada-devices.4215101/">"Bootloader Unlock for Samsung US/Canada Devices"</a>. 2021-01-08<span class="reference-accessdate">. Retrieved <span class="nowrap">2023-07-05</span></span>.</cite></span>
</li>
<li id="cite_note-Duncan_Geere-72"><span class="mw-cite-backlink">^ <a href="#cite_ref-Duncan_Geere_72-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Duncan_Geere_72-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFDuncan_Geere2010" class="citation web cs1">Duncan Geere (July 28, 2010). <a rel="nofollow" class="external text" href="https://www.wired.co.uk/news/archive/2010-07/28/investigation-is-it-legal-to-jailbreak-a-uk-iphone">"Investigation: Is it legal to jailbreak a UK iPhone?"</a>. Wired UK. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20121031034914/http://www.wired.co.uk/news/archive/2010-07/28/investigation-is-it-legal-to-jailbreak-a-uk-iphone">Archived</a> from the original on October 31, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">October 26,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-73"><span class="mw-cite-backlink"><b><a href="#cite_ref-73">^</a></b></span> <span class="reference-text"><cite id="CITEREFRosalyn_Page2010" class="citation web cs1">Rosalyn Page (August 5, 2010). <a rel="nofollow" class="external text" href="http://www.pcauthority.com.au/News/223713,could-jailbreaking-your-iphone-land-you-in-jail.aspx">"Could jailbreaking your iPhone land you in jail?"</a>. PC & Tech Authority. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20131021010517/http://www.pcauthority.com.au/News/223713,could-jailbreaking-your-iphone-land-you-in-jail.aspx">Archived</a> from the original on October 21, 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">January 21,</span> 2013</span>.</cite></span>
</li>
<li id="cite_note-74"><span class="mw-cite-backlink"><b><a href="#cite_ref-74">^</a></b></span> <span class="reference-text"><cite id="CITEREFMichael_Geist2012" class="citation web cs1"><a href="Michael_Geist" title="Michael Geist">Michael Geist</a> (November 7, 2012). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20121109182709/http://www.michaelgeist.ca/content/view/6692/125">"Canadian Copyright Reform In Force: Expanded User Rights Now the Law"</a>. michaelgeist.ca. Archived from <a rel="nofollow" class="external text" href="http://www.michaelgeist.ca/content/view/6692/125/">the original</a> on November 9, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">November 13,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-75"><span class="mw-cite-backlink"><b><a href="#cite_ref-75">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.eff.org/deeplinks/2012/02/canadas-c-11-bill-and-hazards-digital-locks-provisions">"Canada's C-11 Bill and the Hazards of Digital Locks Provisions"</a>. Electronic Frontier Foundation. February 10, 2012. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20121017235618/https://www.eff.org/deeplinks/2012/02/canadas-c-11-bill-and-hazards-digital-locks-provisions">Archived</a> from the original on October 17, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">October 17,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-76"><span class="mw-cite-backlink"><b><a href="#cite_ref-76">^</a></b></span> <span class="reference-text"><cite id="CITEREFThe_Canadian_Press2011" class="citation news cs1">The Canadian Press (October 13, 2011). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20121107105637/http://www.ctvnews.ca/phone-jailbreaking-allows-users-to-hack-their-phone-1.707707">"Phone 'jailbreaking' allows users to hack their phone"</a>. CTV News. Archived from <a rel="nofollow" class="external text" href="http://www.ctvnews.ca/phone-jailbreaking-allows-users-to-hack-their-phone-1.707707">the original</a> on November 7, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">October 17,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-77"><span class="mw-cite-backlink"><b><a href="#cite_ref-77">^</a></b></span> <span class="reference-text"><cite id="CITEREFMatija_Šuklje" class="citation web cs1">Matija Šuklje. <a rel="nofollow" class="external text" href="http://fsfe.org/freesoftware/legal/flashingdevices.en.html">"Does rooting your device (e.g. an Android phone) and replacing its operating system with something else void your statutory warranty if you are a consumer?"</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20140810185926/https://fsfe.org/freesoftware/legal/flashingdevices.en.html">Archived</a> from the original on 10 August 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">26 October</span> 2014</span>.</cite></span>
</li>
<li id="cite_note-78"><span class="mw-cite-backlink"><b><a href="#cite_ref-78">^</a></b></span> <span class="reference-text"><cite id="CITEREFJim_Martin2012" class="citation web cs1">Jim Martin (March 14, 2012). <a rel="nofollow" class="external text" href="http://www.pcadvisor.co.uk/how-to/apple/3344366/how-jailbreak-your-iphone/">"How to jailbreak your iPhone: Unleash the full potential of your iPhone"</a>. PC Advisor. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20121222040110/http://www.pcadvisor.co.uk/how-to/apple/3344366/how-jailbreak-your-iphone/">Archived</a> from the original on December 22, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">January 21,</span> 2013</span>.</cite></span>
</li>
<li id="cite_note-79"><span class="mw-cite-backlink"><b><a href="#cite_ref-79">^</a></b></span> <span class="reference-text"><cite id="CITEREFWarwick_Ashford2010" class="citation web cs1">Warwick Ashford (July 30, 2010). <a rel="nofollow" class="external text" href="http://www.electronicsweekly.com/Articles/30/07/2010/49177/iphone-jailbreaking-is-okay-under-eu-law.htm">"iPhone jailbreaking is 'okay under EU law'"</a>. <i>Computer Weekly</i>. Electronics Weekly. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210826190006/https://www.electronicsweekly.com/news/business/information-technology/iphone-jailbreaking-is-okay-under-eu-law-2010-07/">Archived</a> from the original on August 26, 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">January 21,</span> 2013</span>.</cite></span>
</li>
<li id="cite_note-copyright-india-80"><span class="mw-cite-backlink">^ <a href="#cite_ref-copyright-india_80-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-copyright-india_80-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFPranesh_Prakash2010" class="citation web cs1">Pranesh Prakash (April 29, 2010). <a rel="nofollow" class="external text" href="http://cis-india.org/a2k/blog/analysis-copyright-amendment-bill-2012/tpm-copyright-amendment">"Technological Protection Measures in the Copyright (Amendment) Bill, 2010"</a>. <a href="Centre_for_Internet_and_Society_(India)" title="Centre for Internet and Society (India)">Centre for Internet and Society</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20120920045947/http://cis-india.org/a2k/blog/analysis-copyright-amendment-bill-2012/tpm-copyright-amendment">Archived</a> from the original on September 20, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">November 10,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-copyright-india-ars-81"><span class="mw-cite-backlink">^ <a href="#cite_ref-copyright-india-ars_81-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-copyright-india-ars_81-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFNate_Anderson2010" class="citation web cs1">Nate Anderson (April 22, 2010). <a rel="nofollow" class="external text" href="https://arstechnica.com/tech-policy/2010/04/indias-copyright-proposals-are-un-american-and-thats-bad/">"India's copyright proposals are un-American (and that's bad)"</a>. Ars Technica. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20121203011221/http://arstechnica.com/tech-policy/2010/04/indias-copyright-proposals-are-un-american-and-thats-bad/">Archived</a> from the original on December 3, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">November 10,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-82"><span class="mw-cite-backlink"><b><a href="#cite_ref-82">^</a></b></span> <span class="reference-text"><cite id="CITEREFPranesh_Prakash2012" class="citation web cs1">Pranesh Prakash (May 23, 2012). <a rel="nofollow" class="external text" href="http://cis-india.org/a2k/blog/analysis-copyright-amendment-bill-2012">"Analysis of the Copyright (Amendment) Bill 2012"</a>. <a href="Centre_for_Internet_and_Society_(India)" title="Centre for Internet and Society (India)">Centre for Internet and Society</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20120526223828/http://cis-india.org/a2k/blog/analysis-copyright-amendment-bill-2012">Archived</a> from the original on May 26, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">November 10,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-83"><span class="mw-cite-backlink"><b><a href="#cite_ref-83">^</a></b></span> <span class="reference-text"><cite id="CITEREFMichael_Geist2008" class="citation web cs1"><a href="Michael_Geist" title="Michael Geist">Michael Geist</a> (April 10, 2008). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20120419083000/http://www.michaelgeist.ca/content/view/2829/125/">"New Zealand's Digital Copyright Law Demonstrates Anti-Circumvention Flexibility"</a>. Michael Geist. Archived from <a rel="nofollow" class="external text" href="http://www.michaelgeist.ca/content/view/2829/125/">the original</a> on April 19, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">October 26,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-84"><span class="mw-cite-backlink"><b><a href="#cite_ref-84">^</a></b></span> <span class="reference-text"><cite id="CITEREFStephen_Bell2011" class="citation news cs1">Stephen Bell (September 30, 2011). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20110930234801/http://computerworld.co.nz/news.nsf/news/law-changes-required-before-nz-ratifies-acta">"Law changes required before NZ ratifies ACTA"</a>. ComputerWorld New Zealand. Archived from <a rel="nofollow" class="external text" href="http://computerworld.co.nz/news.nsf/news/law-changes-required-before-nz-ratifies-acta">the original</a> on September 30, 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">October 26,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-85"><span class="mw-cite-backlink"><b><a href="#cite_ref-85">^</a></b></span> <span class="reference-text"><cite id="CITEREFKenny_Chee2010" class="citation web cs1">Kenny Chee (August 12, 2010). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20100815122823/http://www.digitalone.com.sg/news/article/12884">"iPhone jailbreak may be legal here, but... But there will be certain legal provisions"</a>. <i>DigitalOne</i>. <a href="AsiaOne" title="AsiaOne">AsiaOne</a>. Archived from <a rel="nofollow" class="external text" href="http://www.digitalone.com.sg/news/article/12884">the original</a> on August 15, 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">November 10,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-86"><span class="mw-cite-backlink"><b><a href="#cite_ref-86">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.eff.org/is-it-illegal-to-unlock-a-phone">"Is It Illegal To Unlock a Phone? The Situation is Better - and Worse - Than You Think | Electronic Frontier Foundation"</a>. Eff.org. 2013-01-28. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20131102064726/https://www.eff.org/is-it-illegal-to-unlock-a-phone">Archived</a> from the original on 2013-11-02<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-02-26</span></span>.</cite></span>
</li>
<li id="cite_note-87"><span class="mw-cite-backlink"><b><a href="#cite_ref-87">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.copyright.gov/1201/">"Copyright office provides exemption to DMCA"</a>. <a href="United_States_Copyright_Office" title="United States Copyright Office">United States Copyright Office</a>. February 12, 2009. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20090806213422/http://www.copyright.gov/1201/">Archived</a> from the original on August 6, 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">July 17,</span> 2009</span>.</cite></span>
</li>
<li id="cite_note-88"><span class="mw-cite-backlink"><b><a href="#cite_ref-88">^</a></b></span> <span class="reference-text"><cite id="CITEREFDeclan_McCullagh2010" class="citation web cs1">Declan McCullagh (July 26, 2010). <a rel="nofollow" class="external text" href="http://news.cnet.com/8301-13578_3-20011661-38.html">"Feds say mobile-phone jailbreaking is OK"</a>. <i>Politics and Law</i>. CNET. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20111007193710/http://news.cnet.com/8301-13578_3-20011661-38.html">Archived</a> from the original on October 7, 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">October 26,</span> 2011</span>.</cite></span>
</li>
<li id="cite_note-U.S._Copyright_Office_2013_Ruling-89"><span class="mw-cite-backlink"><b><a href="#cite_ref-U.S._Copyright_Office_2013_Ruling_89-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.copyright.gov/fedreg/2012/2012-26308_PI.pdf">"Exemption to Prohibition on Circumvention of Copyright Protection Systems for Access Control Technologies"</a> <span class="cs1-format">(PDF)</span>. U.S. Copyright Office. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20121119084311/http://www.copyright.gov/fedreg/2012/2012-26308_PI.pdf">Archived</a> <span class="cs1-format">(PDF)</span> from the original on November 19, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">October 31,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-ars-jailbreaking-2012-90"><span class="mw-cite-backlink">^ <a href="#cite_ref-ars-jailbreaking-2012_90-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ars-jailbreaking-2012_90-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFTimothy_B._Lee2012" class="citation web cs1">Timothy B. Lee (October 25, 2012). <a rel="nofollow" class="external text" href="https://arstechnica.com/tech-policy/2012/10/jailbreaking-now-legal-under-dmca-for-smartphones-but-not-tablets/">"Jailbreaking now legal under DMCA for smartphones, but not tablets"</a>. Ars Technica. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20121027192318/http://arstechnica.com/tech-policy/2012/10/jailbreaking-now-legal-under-dmca-for-smartphones-but-not-tablets/">Archived</a> from the original on October 27, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">October 26,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-Android_Police-91"><span class="mw-cite-backlink"><b><a href="#cite_ref-Android_Police_91-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.androidpolice.com/2012/10/26/new-dmca-exemptions-allow-rooting-phones-but-not-tablets-unapproved-phone-unlocks-will-be-a-thing-of-the-past/">"New DMCA Exemptions Allow Rooting Phones (But Not Tablets), Unapproved Phone Unlocks Will Be A Thing Of The Past"</a>. Android Police. 26 October 2012. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20121030123310/http://www.androidpolice.com/2012/10/26/new-dmca-exemptions-allow-rooting-phones-but-not-tablets-unapproved-phone-unlocks-will-be-a-thing-of-the-past/">Archived</a> from the original on October 30, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">October 31,</span> 2012</span>.</cite></span>
</li>
<li id="cite_note-slate-wu-92"><span class="mw-cite-backlink">^ <a href="#cite_ref-slate-wu_92-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-slate-wu_92-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFTim_Wu2007" class="citation web cs1">Tim Wu (October 4, 2007). <a rel="nofollow" class="external text" href="http://www.slate.com/id/2175304/">"The iPhone Freedom Fighters"</a>. <i>Technology</i>. Slate. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20110924084544/http://www.slate.com/id/2175304">Archived</a> from the original on September 24, 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">October 26,</span> 2011</span>.</cite></span>
</li>
<li id="cite_note-93"><span class="mw-cite-backlink"><b><a href="#cite_ref-93">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.copyright.gov/fedreg/2006/71fr68472.pdf">"Federal Register: Exemption to Prohibition on Circumvention of Copyright Protection Systems for"</a> <span class="cs1-format">(PDF)</span>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20100710102554/http://www.copyright.gov/fedreg/2006/71fr68472.pdf">Archived</a> <span class="cs1-format">(PDF)</span> from the original on July 10, 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">September 11,</span> 2010</span>.</cite></span>
</li>
<li id="cite_note-94"><span class="mw-cite-backlink"><b><a href="#cite_ref-94">^</a></b></span> <span class="reference-text"><cite id="CITEREFDavid_Goldman2010" class="citation news cs1">David Goldman (July 26, 2010). <a rel="nofollow" class="external text" href="https://money.cnn.com/2010/07/26/technology/iphone_jailbreaking/">"Jailbreaking iPhone apps is now legal"</a>. CNN Money. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20100830035354/http://money.cnn.com/2010/07/26/technology/iphone_jailbreaking/">Archived</a> from the original on August 30, 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">September 11,</span> 2010</span>.</cite></span>
</li>
<li id="cite_note-otm-95"><span class="mw-cite-backlink">^ <a href="#cite_ref-otm_95-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-otm_95-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20100731150659/http://www.onthemedia.org/transcripts/2010/07/30/03">"Transcript of "Jailbreak?" (July 30, 2010)"</a>. On The Media. July 30, 2010. Archived from <a rel="nofollow" class="external text" href="http://www.onthemedia.org/transcripts/2010/07/30/03">the original</a> on July 31, 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">September 11,</span> 2010</span>.</cite></span>
</li>
</ol></div></div>
<div class="navbox-styles"><style data-mw-deduplicate="TemplateStyles:r1129693374">
/* start https://en.wikipedia.org/ */
.mw-parser-output .hlist dl,.mw-parser-output .hlist ol,.mw-parser-output .hlist ul{margin:0;padding:0}.mw-parser-output .hlist dd,.mw-parser-output .hlist dt,.mw-parser-output .hlist li{margin:0;display:inline}.mw-parser-output .hlist.inline,.mw-parser-output .hlist.inline dl,.mw-parser-output .hlist.inline ol,.mw-parser-output .hlist.inline ul,.mw-parser-output .hlist dl dl,.mw-parser-output .hlist dl ol,.mw-parser-output .hlist dl ul,.mw-parser-output .hlist ol dl,.mw-parser-output .hlist ol ol,.mw-parser-output .hlist ol ul,.mw-parser-output .hlist ul dl,.mw-parser-output .hlist ul ol,.mw-parser-output .hlist ul ul{display:inline}.mw-parser-output .hlist .mw-empty-li{display:none}.mw-parser-output .hlist dt::after{content:": "}.mw-parser-output .hlist dd::after,.mw-parser-output .hlist li::after{content:" · ";font-weight:bold}.mw-parser-output .hlist dd:last-child::after,.mw-parser-output .hlist dt:last-child::after,.mw-parser-output .hlist li:last-child::after{content:none}.mw-parser-output .hlist dd dd:first-child::before,.mw-parser-output .hlist dd dt:first-child::before,.mw-parser-output .hlist dd li:first-child::before,.mw-parser-output .hlist dt dd:first-child::before,.mw-parser-output .hlist dt dt:first-child::before,.mw-parser-output .hlist dt li:first-child::before,.mw-parser-output .hlist li dd:first-child::before,.mw-parser-output .hlist li dt:first-child::before,.mw-parser-output .hlist li li:first-child::before{content:" (";font-weight:normal}.mw-parser-output .hlist dd dd:last-child::after,.mw-parser-output .hlist dd dt:last-child::after,.mw-parser-output .hlist dd li:last-child::after,.mw-parser-output .hlist dt dd:last-child::after,.mw-parser-output .hlist dt dt:last-child::after,.mw-parser-output .hlist dt li:last-child::after,.mw-parser-output .hlist li dd:last-child::after,.mw-parser-output .hlist li dt:last-child::after,.mw-parser-output .hlist li li:last-child::after{content:")";font-weight:normal}.mw-parser-output .hlist ol{counter-reset:listitem}.mw-parser-output .hlist ol>li{counter-increment:listitem}.mw-parser-output .hlist ol>li::before{content:" "counter(listitem)"\a0 "}.mw-parser-output .hlist dd ol>li:first-child::before,.mw-parser-output .hlist dt ol>li:first-child::before,.mw-parser-output .hlist li ol>li:first-child::before{content:" ("counter(listitem)"\a0 "}
/* end https://en.wikipedia.org/ */
</style><style data-mw-deduplicate="TemplateStyles:r1236075235">
/* start https://en.wikipedia.org/ */
.mw-parser-output .navbox{box-sizing:border-box;border:1px solid #a2a9b1;width:100%;clear:both;font-size:88%;text-align:center;padding:1px;margin:1em auto 0}.mw-parser-output .navbox .navbox{margin-top:0}.mw-parser-output .navbox+.navbox,.mw-parser-output .navbox+.navbox-styles+.navbox{margin-top:-1px}.mw-parser-output .navbox-inner,.mw-parser-output .navbox-subgroup{width:100%}.mw-parser-output .navbox-group,.mw-parser-output .navbox-title,.mw-parser-output .navbox-abovebelow{padding:0.25em 1em;line-height:1.5em;text-align:center}.mw-parser-output .navbox-group{white-space:nowrap;text-align:right}.mw-parser-output .navbox,.mw-parser-output .navbox-subgroup{background-color:#fdfdfd}.mw-parser-output .navbox-list{line-height:1.5em;border-color:#fdfdfd}.mw-parser-output .navbox-list-with-group{text-align:left;border-left-width:2px;border-left-style:solid}.mw-parser-output tr+tr>.navbox-abovebelow,.mw-parser-output tr+tr>.navbox-group,.mw-parser-output tr+tr>.navbox-image,.mw-parser-output tr+tr>.navbox-list{border-top:2px solid #fdfdfd}.mw-parser-output .navbox-title{background-color:#ccf}.mw-parser-output .navbox-abovebelow,.mw-parser-output .navbox-group,.mw-parser-output .navbox-subgroup .navbox-title{background-color:#ddf}.mw-parser-output .navbox-subgroup .navbox-group,.mw-parser-output .navbox-subgroup .navbox-abovebelow{background-color:#e6e6ff}.mw-parser-output .navbox-even{background-color:#f7f7f7}.mw-parser-output .navbox-odd{background-color:transparent}.mw-parser-output .navbox .hlist td dl,.mw-parser-output .navbox .hlist td ol,.mw-parser-output .navbox .hlist td ul,.mw-parser-output .navbox td.hlist dl,.mw-parser-output .navbox td.hlist ol,.mw-parser-output .navbox td.hlist ul{padding:0.125em 0}.mw-parser-output .navbox .navbar{display:block;font-size:100%}.mw-parser-output .navbox-title .navbar{float:left;text-align:left;margin-right:0.5em}body.skin--responsive .mw-parser-output .navbox-image img{max-width:none!important}@media print{body.ns-0 .mw-parser-output .navbox{display:none!important}}
/* end https://en.wikipedia.org/ */
</style></div><div role="navigation" class="navbox" aria-labelledby="Android966" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="2"><style data-mw-deduplicate="TemplateStyles:r1239400231">
/* start https://en.wikipedia.org/ */
.mw-parser-output .navbar{display:inline;font-size:88%;font-weight:normal}.mw-parser-output .navbar-collapse{float:left;text-align:left}.mw-parser-output .navbar-boxtext{word-spacing:0}.mw-parser-output .navbar ul{display:inline-block;white-space:nowrap;line-height:inherit}.mw-parser-output .navbar-brackets::before{margin-right:-0.125em;content:"[ "}.mw-parser-output .navbar-brackets::after{margin-left:-0.125em;content:" ]"}.mw-parser-output .navbar li{word-spacing:-0.125em}.mw-parser-output .navbar a>span,.mw-parser-output .navbar a>abbr{text-decoration:inherit}.mw-parser-output .navbar-mini abbr{font-variant:small-caps;border-bottom:none;text-decoration:none;cursor:inherit}.mw-parser-output .navbar-ct-full{font-size:114%;margin:0 7em}.mw-parser-output .navbar-ct-mini{font-size:114%;margin:0 4em}html.skin-theme-clientpref-night .mw-parser-output .navbar li a abbr{color:var(--color-base)!important}@media(prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .navbar li a abbr{color:var(--color-base)!important}}@media print{.mw-parser-output .navbar{display:none!important}}
/* end https://en.wikipedia.org/ */
</style><div id="Android966" style="font-size:114%;margin:0 4em"><a href="Android_(operating_system)" title="Android (operating system)">Android</a></div></th></tr><tr><td class="navbox-abovebelow" colspan="2"><div>
<ul><li><a href="Android_Go" title="Android Go">Android Go</a>
<ul><li><a href="Comparison_of_Android_Go_products" title="Comparison of Android Go products">Comparison of products</a></li></ul></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Android_software_development" title="Android software development">Software<br>development</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Programming_tool" title="Programming tool">Development tools</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th scope="row" class="navbox-group" style="width:1%">Official</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Android_Runtime" title="Android Runtime">Android Runtime</a> (ART)</li>
<li><a href="Android_SDK" title="Android SDK">Software development kit</a> (SDK)
<ul><li><a href="Android_Debug_Bridge" title="Android Debug Bridge">Android Debug Bridge</a> (ADB)</li>
<li><a href="Fastboot" title="Fastboot">Fastboot</a></li>
<li><a href="Android_App_Bundle" title="Android App Bundle">Android App Bundle</a></li>
<li><a href="Apk_(file_format)" title="Apk (file format)">Android application package</a> (APK)</li></ul></li>
<li><a href="Bionic_(software)" title="Bionic (software)">Bionic</a></li>
<li><a href="Dalvik_(software)" title="Dalvik (software)">Dalvik</a></li>
<li><a href="Firebase" title="Firebase">Firebase</a>
<ul><li><a href="Google_Cloud_Messaging" title="Google Cloud Messaging">Google Cloud Messaging</a> (GCM)</li>
<li><a href="Firebase_Cloud_Messaging" title="Firebase Cloud Messaging">Firebase Cloud Messaging</a> (FCM)</li></ul></li>
<li><a href="Google_Mobile_Services" title="Google Mobile Services">Google Mobile Services</a> (GMS)</li>
<li><a href="Jetpack_Compose" title="Jetpack Compose">Jetpack Compose</a></li>
<li><a href="Android_NDK" title="Android NDK">Native development kit</a> (NDK)</li>
<li><a href="Android_software_development#Android_Open_Accessory_Development_Kit" title="Android software development">Open accessory development kit</a> (OADK)</li>
<li><a href="RenderScript" title="RenderScript">RenderScript</a></li>
<li><a href="Skia_Graphics_Engine" title="Skia Graphics Engine">Skia</a></li>
<li><a href="AdMob" title="AdMob">AdMob</a></li>
<li><a href="Material_Design" title="Material Design">Material Design</a></li>
<li><a href="Font" title="Font">Fonts</a>
<ul><li><a href="Droid_(typeface)" title="Droid (typeface)">Droid</a></li>
<li><a href="Roboto" title="Roboto">Roboto</a></li>
<li><a href="Noto_fonts" title="Noto fonts">Noto</a></li></ul></li>
<li><a href="Google_Developers" title="Google Developers">Google Developers</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Other</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="OpenBinder" title="OpenBinder">OpenBinder</a></li>
<li><a href="Apache_Harmony" title="Apache Harmony">Apache Harmony</a></li>
<li><a href="OpenJDK" title="OpenJDK">OpenJDK</a></li>
<li><a href="Gradle" title="Gradle">Gradle</a></li>
<li><a href="GSON" class="mw-redirect" title="GSON">GSON</a></li></ul>
</div></td></tr></tbody></table><div></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Integrated_development_environment" title="Integrated development environment">Integrated development<br>environments</a> (IDE)</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Android_Studio" title="Android Studio">Android Studio</a>
<ul><li><a href="IntelliJ_IDEA" title="IntelliJ IDEA">IntelliJ IDEA</a></li></ul></li>
<li><a href="Eclipse_(software)" title="Eclipse (software)">Eclipse</a>
<ul><li><a href="Eclipse_(software)#Android_Development_Tools" title="Eclipse (software)">Android Development Tools</a> (ADT)</li></ul></li>
<li><a href="MIT_App_Inventor" title="MIT App Inventor">MIT App Inventor</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Programming_language" title="Programming language">Languages</a>, <a href="Database" title="Database">databases</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Java_(programming_language)" title="Java (programming language)">Java</a></li>
<li><a href="Kotlin_(programming_language)" title="Kotlin (programming language)">Kotlin</a></li>
<li><a href="XML" title="XML">XML</a>
<ul><li><a href="KML" class="mw-redirect" title="KML">KML</a></li></ul></li>
<li><a href="C_(programming_language)" title="C (programming language)">C</a></li>
<li><a href="C%2B%2B" title="C++">C++</a></li>
<li><a href="SQLite" title="SQLite">SQLite</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Augmented_reality" title="Augmented reality">Augmented reality</a> and <a href="Virtual_reality" title="Virtual reality">virtual reality</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Android_XR" title="Android XR">Android XR</a></li>
<li><a href="Google_Cardboard" title="Google Cardboard">Cardboard</a></li>
<li><a href="Google_Daydream" title="Google Daydream">Daydream</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Events, <a href="Community_of_practice" title="Community of practice">communities</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Google_I/O" title="Google I/O">Google I/O</a></li>
<li><a href="Android_Developer_Challenge" title="Android Developer Challenge">Developer Challenge</a></li>
<li><a href="Android_Developer_Lab" title="Android Developer Lab">Developer Lab</a></li>
<li><a href="Android_(operating_system)#Development" title="Android (operating system)">Android Open Source Project</a> (AOSP)</li></ul>
</div></td></tr></tbody></table><div></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Android_version_history" title="Android version history">Releases</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Android_Cupcake" title="Android Cupcake">Cupcake (1.5)</a></li>
<li><a href="Android_Donut" title="Android Donut">Donut (1.6)</a></li>
<li><a href="Android_Eclair" title="Android Eclair">Eclair (2.0–2.1)</a></li>
<li><a href="Android_Froyo" title="Android Froyo">Froyo (2.2)</a></li>
<li><a href="Android_Gingerbread" title="Android Gingerbread">Gingerbread (2.3)</a></li>
<li><a href="Android_Honeycomb" title="Android Honeycomb">Honeycomb (3.x)</a></li>
<li><a href="Android_Ice_Cream_Sandwich" title="Android Ice Cream Sandwich">Ice Cream Sandwich (4.0)</a></li>
<li><a href="Android_Jelly_Bean" title="Android Jelly Bean">Jelly Bean (4.1–4.3)</a></li>
<li><a href="Android_KitKat" title="Android KitKat">KitKat (4.4)</a></li>
<li><a href="Android_Lollipop" title="Android Lollipop">Lollipop (5.x)</a></li>
<li><a href="Android_Marshmallow" title="Android Marshmallow">Marshmallow (6.x)</a></li>
<li><a href="Android_Nougat" title="Android Nougat">Nougat (7.x)</a></li>
<li><a href="Android_Oreo" title="Android Oreo">Oreo (8.x)</a></li>
<li><a href="Android_Pie" title="Android Pie">Pie (9)</a></li>
<li><a href="Android_10" title="Android 10">10</a></li>
<li><a href="Android_11" title="Android 11">11</a></li>
<li><a href="Android_12" title="Android 12">12</a></li>
<li><a href="Android_13" title="Android 13">13</a></li>
<li><a href="Android_14" title="Android 14">14</a></li>
<li><a href="Android_15" title="Android 15">15</a></li>
<li><a href="Android_16" title="Android 16">16</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Derivatives</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Android_Automotive" title="Android Automotive">Android Automotive</a></li>
<li><a href="Android_Things" title="Android Things">Android Things</a></li>
<li><a href="Android_TV" title="Android TV">TV</a>
<ul><li><a href="List_of_Android_TV_devices" title="List of Android TV devices">devices</a></li></ul></li>
<li><a href="Android_XR" title="Android XR">Android XR</a></li>
<li><a href="Wear_OS" title="Wear OS">Wear OS</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Devices</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Google_Pixel" title="Google Pixel">Pixel</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Pixel_C" title="Pixel C">C</a></li>
<li><a href="Pixel_(1st_generation)" title="Pixel (1st generation)">Pixel & Pixel XL</a></li>
<li><a href="Pixel_2" title="Pixel 2">2 & 2 XL</a></li>
<li><a href="Pixel_3" title="Pixel 3">3 & 3 XL</a>
<ul><li><a href="Pixel_3a" title="Pixel 3a">3a & 3a XL</a></li></ul></li>
<li><a href="Pixel_4" title="Pixel 4">4 & 4 XL</a>
<ul><li><a href="Pixel_4a" title="Pixel 4a">4a & 4a (5G)</a></li></ul></li>
<li><a href="Pixel_5" title="Pixel 5">5</a>
<ul><li><a href="Pixel_5a" title="Pixel 5a">5a</a></li></ul></li>
<li><a href="Pixel_6" title="Pixel 6">6 & 6 Pro</a>
<ul><li><a href="Pixel_6a" title="Pixel 6a">6a</a></li></ul></li>
<li><a href="Pixel_7" title="Pixel 7">7 & 7 Pro</a>
<ul><li><a href="Pixel_7a" title="Pixel 7a">7a</a></li></ul></li>
<li><a href="Pixel_Fold" title="Pixel Fold">Fold</a></li>
<li><a href="Pixel_Tablet" title="Pixel Tablet">Tablet</a></li>
<li><a href="Pixel_8" title="Pixel 8">8 & 8 Pro</a>
<ul><li><a href="Pixel_8a" title="Pixel 8a">8a</a></li></ul></li>
<li><a href="Pixel_9" title="Pixel 9">9, 9 Pro & 9 Pro XL</a>
<ul><li><a href="Pixel_9_Pro_Fold" title="Pixel 9 Pro Fold">9 Pro Fold</a></li>
<li><a href="Pixel_9a" title="Pixel 9a">9a</a></li></ul></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Google_Nexus" title="Google Nexus">Nexus</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Nexus_One" title="Nexus One">One</a></li>
<li><a href="Nexus_S" title="Nexus S">S</a></li>
<li><a href="Galaxy_Nexus" title="Galaxy Nexus">Galaxy Nexus</a></li>
<li><a href="Nexus_4" title="Nexus 4">4</a></li>
<li><a href="Nexus_10" title="Nexus 10">10</a></li>
<li><a href="Nexus_Q" title="Nexus Q">Q</a></li>
<li><a href="Nexus_5" title="Nexus 5">5</a>
<ul><li><a href="Nexus_5X" title="Nexus 5X">5X</a></li></ul></li>
<li><a href="Nexus_6" title="Nexus 6">6</a>
<ul><li><a href="Nexus_6P" title="Nexus 6P">6P</a></li></ul></li>
<li>7
<ul><li><a href="Nexus_7_(2012)" title="Nexus 7 (2012)">2012</a></li>
<li><a href="Nexus_7_(2013)" title="Nexus 7 (2013)">2013</a></li></ul></li>
<li><a href="Nexus_9" title="Nexus 9">9</a></li>
<li><a href="Nexus_Player" title="Nexus Player">Player</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="List_of_Google_Play_edition_devices" title="List of Google Play edition devices">Play edition</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="HTC_One_(M7)" title="HTC One (M7)">HTC One (M7)</a></li>
<li><a href="HTC_One_(M8)" title="HTC One (M8)">HTC One (M8)</a></li>
<li><a href="LG_G_Pad_8.3" title="LG G Pad 8.3">LG G Pad 8.3</a></li>
<li><a href="Moto_G_(1st_generation)" title="Moto G (1st generation)">Moto G</a></li>
<li><a href="Samsung_Galaxy_S4" title="Samsung Galaxy S4">Samsung Galaxy S4</a></li>
<li><a href="Sony_Xperia_Z_Ultra" title="Sony Xperia Z Ultra">Sony Xperia Z Ultra</a></li></ul>
</div></td></tr><tr><td colspan="2" class="navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Android_One" title="Android One">Android One</a></li>
<li><a href="List_of_Android_smartphones" title="List of Android smartphones">other smartphones</a></li></ul>
</div></td></tr></tbody></table><div></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="List_of_custom_Android_distributions" title="List of custom Android distributions">Custom<br>distributions</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="AliOS" title="AliOS">AliOS</a></li>
<li><a href="Android-x86" title="Android-x86">Android-x86</a>
<ul><li><a href="Remix_OS" title="Remix OS">Remix OS</a></li></ul></li>
<li><a href="AOKP" title="AOKP">AOKP</a></li>
<li><a href="Baidu_Yi" title="Baidu Yi">Baidu Yi</a></li>
<li><a href="Barnes_%26_Noble_Nook" title="Barnes & Noble Nook">Barnes & Noble Nook</a></li>
<li><a href="CalyxOS" title="CalyxOS">CalyxOS</a></li>
<li><a href="ColorOS" title="ColorOS">ColorOS</a>
<ul><li><a href="Realme" title="Realme">realme UI</a></li></ul></li>
<li><a href="CopperheadOS" title="CopperheadOS">CopperheadOS</a></li>
<li><a href="EMUI" title="EMUI">EMUI</a>
<ul><li><a href="Honor_(brand)" title="Honor (brand)">Magic UI</a></li></ul></li>
<li><a href="Fire_OS" title="Fire OS">Fire OS</a></li>
<li><a href="Meizu#Flyme" title="Meizu">Flyme OS</a></li>
<li><a href="GrapheneOS" title="GrapheneOS">GrapheneOS</a></li>
<li><a href="Xiaomi_HyperOS" title="Xiaomi HyperOS">Xiaomi HyperOS</a>
<ul><li><a href="MIUI" title="MIUI">MIUI</a></li>
<li><a href="Poco_(company)" class="mw-redirect" title="Poco (company)">MIUI for Poco</a></li></ul></li>
<li><a href="LeWa_OS" title="LeWa OS">LeWa OS</a></li>
<li><a href="LineageOS" title="LineageOS">LineageOS</a>
<ul><li><a href=".//e/_(operating_system)" title="/e/ (operating system)">/e/</a></li>
<li><a href="CrDroid" title="CrDroid">CrDroid</a></li>
<li><a href="CyanogenMod" title="CyanogenMod">CyanogenMod</a></li>
<li><a href="DivestOS" title="DivestOS">DivestOS</a></li>
<li><a href="Iod%C3%A9OS" title="IodéOS">iodéOS</a></li>
<li><a href="Kali_NetHunter" title="Kali NetHunter">Kali NetHunter</a></li></ul></li>
<li><a href="LiteOS" title="LiteOS">LiteOS</a></li>
<li><a href="Meta_Horizon_OS" title="Meta Horizon OS">Meta Horizon OS</a></li>
<li><a href="MicroG" title="MicroG">MicroG</a></li>
<li><a href="Nokia_X_family#Nokia_X_software_platform" title="Nokia X family">Nokia X software platform</a></li>
<li><a href="OmniROM" title="OmniROM">OmniROM</a></li>
<li><a href="OPhone" title="OPhone">OPhone</a></li>
<li><a href="OxygenOS" title="OxygenOS">OxygenOS</a></li>
<li><a href="PixelExperience" title="PixelExperience">PixelExperience</a></li>
<li><a href="Google_Pixel#Pixel_UI_(Pixel_Launcher)" title="Google Pixel">Pixel UI</a></li>
<li><a href="Replicant_(operating_system)" title="Replicant (operating system)">Replicant</a></li>
<li><a href="Resurrection_Remix_OS" title="Resurrection Remix OS">Resurrection Remix OS</a></li>
<li><a href="SlimRoms" title="SlimRoms">SlimRoms</a></li>
<li><a href="TCL_Technology" title="TCL Technology">TCL UI</a></li>
<li><a href="Ubuntu_Touch#Ubuntu_for_Android" title="Ubuntu Touch">Ubuntu for Android</a></li>
<li><a href="XobotOS" class="mw-redirect" title="XobotOS">XobotOS</a></li>
<li><a href="Lenovo_smartphones" title="Lenovo smartphones">ZUI</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Booting and<br>recovery</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Booting_process_of_Android_devices" title="Booting process of Android devices">Booting process</a></li>
<li><a href="Android_recovery_mode" title="Android recovery mode">Recovery mode</a>
<ul><li><a href="TWRP_(software)" title="TWRP (software)">TWRP</a></li>
<li><a href="ClockworkMod" title="ClockworkMod">ClockworkMod</a></li></ul></li>
<li><a href="Fastboot" title="Fastboot">Fastboot</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="API" title="API">APIs</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Google_Maps" title="Google Maps">Google Maps</a></li>
<li><a href="Google_Play_Services" title="Google Play Services">Google Play Services</a>
<ul><li><a href="SafetyNet" class="mw-redirect" title="SafetyNet">SafetyNet</a></li></ul></li>
<li><a href="Google_Search" title="Google Search">Google Search</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Alternative <a href="User_interface" title="User interface">UIs</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Asus_ZenFone" title="Asus ZenFone">Asus ZenFone</a></li>
<li><a href="Cherry_OS_(operating_system)" title="Cherry OS (operating system)">Cherry OS</a></li>
<li><a href="ColorOS" title="ColorOS">ColorOS</a></li>
<li><a href="EMUI" title="EMUI">EMUI</a></li>
<li><a href="Funtouch_OS" title="Funtouch OS">Funtouch OS</a></li>
<li><a href="Meizu#Flyme" title="Meizu">Flyme OS</a></li>
<li><a href="HiOS" title="HiOS">HiOS</a></li>
<li><a href="Hive_UI" title="Hive UI">Hive UI (XOLO Hive)</a></li>
<li><a href="HTC_Sense" title="HTC Sense">HTC Sense</a></li>
<li><a href="LG_UX" title="LG UX">LG UX</a>
<ul><li><a href="Optimus_UI" title="Optimus UI">Optimus UI</a></li></ul></li>
<li><a href="Motoblur" title="Motoblur">Motoblur</a></li>
<li><a href="One_UI" title="One UI">One UI</a>
<ul><li><a href="Samsung_Experience" title="Samsung Experience">Experience</a></li>
<li><a href="TouchWiz" title="TouchWiz">TouchWiz</a></li></ul></li>
<li><a href="Origin_OS" title="Origin OS">Origin OS</a></li>
<li><a href="OxygenOS" title="OxygenOS">OxygenOS</a></li>
<li><a href="Google_Pixel#Pixel_UI_(Pixel_Launcher)" title="Google Pixel">Pixel UI</a></li>
<li><a href="XOS_(operating_system)" title="XOS (operating system)">XOS</a></li>
<li>Xperia UI</li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="SuperSU" title="SuperSU">SuperSU</a></li>
<li><a href="Magisk_(software)" title="Magisk (software)">Magisk</a></li>
<li><a href="Kingo_Root" title="Kingo Root">Kingo Root</a></li>
<li><a href="Kernel_Assisted_Superuser" title="Kernel Assisted Superuser">Kernel Assisted Superuser</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Lists</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="List_of_custom_Android_distributions" title="List of custom Android distributions">Custom distributions</a></li>
<li><a href="List_of_features_in_Android" title="List of features in Android">Features</a></li>
<li><a href="List_of_free_and_open-source_Android_applications" title="List of free and open-source Android applications">Free and open-source applications</a></li>
<li><a href="List_of_Android_apps_by_Google" title="List of Android apps by Google">Google apps</a></li>
<li><a href="List_of_Android_launchers" title="List of Android launchers">Launchers</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Related topics</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Index_of_Android_OS_articles" title="Index of Android OS articles">Index of articles</a></li>
<li><a href="Androidland" title="Androidland">Androidland</a></li>
<li><a href="Chromecast" title="Chromecast">Chromecast</a></li>
<li><a href="Google" title="Google">Google</a></li>
<li><a href="Comparison_of_Java_and_Android_API" title="Comparison of Java and Android API">Java vs. Android API</a></li>
<li><a href="Android_lawn_statues" title="Android lawn statues">Lawn statues</a></li>
<li><a href="BlueStacks" title="BlueStacks">BlueStacks</a></li>
<li>Legal issues
<ul><li><i><a href="Google_LLC_v._Oracle_America%2C_Inc." title="Google LLC v. Oracle America, Inc.">Google v. Oracle</a></i></li>
<li><a href="Smartphone_patent_wars" title="Smartphone patent wars">smartphone patent wars</a></li></ul></li>
<li><a href="Google_App_Runtime_for_Chrome" title="Google App Runtime for Chrome">Android Runtime for Chrome</a></li></ul>
</div></td></tr><tr><td class="navbox-abovebelow" colspan="2"><div>
<ul><li><span class="noviewer" typeof="mw:File"><span title="Category"></span></span> Category:Android development</li>
<li><span class="noviewer" typeof="mw:File"><span title="Category"></span></span> Category:Mobile telecommunications</li>
<li><span class="noviewer" typeof="mw:File"></span> <a href="Portal%3ASoftware" class="mw-redirect" title="Portal:Software">Software portal</a></li>
<li><span class="noviewer" typeof="mw:File"></span> <a href="Portal%3ATelecommunication" title="Portal:Telecommunication">Telecommunication portal</a></li></ul>
</div></td></tr></tbody></table></div>
<div class="navbox-styles"></div><div role="navigation" class="navbox" aria-labelledby="Mobile_phones689" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="2"><div id="Mobile_phones689" style="font-size:114%;margin:0 4em"><a href="Mobile_phone" title="Mobile phone">Mobile phones</a></div></th></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Cellular_network" title="Cellular network">Mobile<br>networks</a>,<br>protocols</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Channel_capacity" title="Channel capacity">Channel capacity</a></li>
<li><a href="Cellular_frequencies" title="Cellular frequencies">Frequencies</a></li>
<li><a href="Multi-band_device" title="Multi-band device">Multi-band</a></li>
<li><a href="Mobile_phone_operator" title="Mobile phone operator">Network operator</a>
<ul><li><a href="List_of_mobile_network_operators" title="List of mobile network operators">list</a></li></ul></li>
<li><a href="Roaming" title="Roaming">Roaming</a></li>
<li><a href="Mobile_phone_signal" title="Mobile phone signal">Signal</a></li>
<li><a href="SIM_card" title="SIM card">SIM card</a>
<ul><li><a href="Dual_SIM" title="Dual SIM">dual SIM</a></li>
<li><a href="ESIM" title="ESIM">eSIM</a></li>
<li><a href="SIM_lock" title="SIM lock">SIM lock</a></li></ul></li>
<li><a href="Comparison_of_mobile_phone_standards" title="Comparison of mobile phone standards">Standards comparison</a></li>
<li><a href="Tethering" title="Tethering">Tethering</a></li>
<li><a href="Mobile_VoIP" title="Mobile VoIP">VoIP</a></li>
<li><a href="Wireless_Application_Protocol" title="Wireless Application Protocol">WAP</a></li>
<li><a href="XHTML_Mobile_Profile" title="XHTML Mobile Profile">XHTML-MP</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="List_of_mobile_phone_generations" class="mw-redirect" title="List of mobile phone generations">Generations</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><b>Analogue</b>:</li>
<li><a href="Mobile_radio_telephone" title="Mobile radio telephone">0G</a></li>
<li><a href="1G" title="1G">1G</a></li>
<li><b>Digital</b>:</li>
<li><a href="2G" title="2G">2G</a></li>
<li><a href="3G" title="3G">3G</a>
<ul><li><a href="3G_adoption" title="3G adoption">adoption</a></li></ul></li>
<li><a href="High_Speed_Packet_Access" title="High Speed Packet Access">3.5G</a></li>
<li><a href="4G" title="4G">4G</a></li>
<li><a href="LTE_Advanced_Pro" class="mw-redirect" title="LTE Advanced Pro">4.5G</a></li>
<li><a href="5G" title="5G">5G</a></li>
<li><a href="6G" title="6G">6G</a></li></ul>
</div></td></tr></tbody></table><div></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">General<br>operation</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Mobile_phone_feature" title="Mobile phone feature">Features</a></li>
<li><a href="GSM" title="GSM">GSM</a>
<ul><li><a href="GSM_services" title="GSM services">services</a></li></ul></li>
<li><a href="History_of_mobile_phones" title="History of mobile phones">History</a></li>
<li><a href="Mobile_operating_system" title="Mobile operating system">Operating system</a></li>
<li><a href="Mobile_security" title="Mobile security">Security</a>
<ul><li><a href="Phone_cloning" title="Phone cloning">phone cloning</a></li></ul></li>
<li><a href="Mobile_telephony" title="Mobile telephony">Telephony</a>
<ul><li><a href="Airplane_mode" title="Airplane mode">airplane mode</a></li></ul></li>
<li><a href="Text_messaging" title="Text messaging">Text messaging</a>
<ul><li><a href="Short_Message_Service" class="mw-redirect" title="Short Message Service">SMS</a></li>
<li><a href="Multimedia_Messaging_Service" title="Multimedia Messaging Service">MMS</a></li>
<li><a href="Rich_Communication_Services" title="Rich Communication Services">RCS</a></li></ul></li>
<li><a href="Mobile_phone_spam" title="Mobile phone spam">Spam</a></li>
<li><a href="Mobile_phone_tracking" title="Mobile phone tracking">Tracking</a></li>
<li><a href="Mobile_web" title="Mobile web">Web browsing</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Mobile_device" title="Mobile device">Mobile<br>devices</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><td colspan="2" class="navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><b>Manufacturers</b></li>
<li><a href="List_of_3D-enabled_mobile_phones" title="List of 3D-enabled mobile phones">3D phone</a></li>
<li><a href="Camera_phone" title="Camera phone">Camera phone</a></li>
<li><a href="Car_phone" title="Car phone">Car phone</a></li>
<li><a href="Feature_phone" title="Feature phone">Feature phone</a></li>
<li><a href="Projector_phone" title="Projector phone">Projector phone</a></li>
<li><a href="Satellite_phone" title="Satellite phone">Satellite phone</a></li>
<li><a href="Smartphone" title="Smartphone">Smartphone</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Form_factor_(mobile_phones)" title="Form factor (mobile phones)">Form factors</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Form_factor_(mobile_phones)#Bar" title="Form factor (mobile phones)">Bar</a></li>
<li><a href="Clamshell_design" title="Clamshell design">Flip</a></li>
<li><a href="Phablet" title="Phablet">Phablet</a></li>
<li><a href="Form_factor_(mobile_phones)#Slider" title="Form factor (mobile phones)">Slider</a></li>
<li><a href="Form_factor_(mobile_phones)#Slate" title="Form factor (mobile phones)">Slate</a></li>
<li><a href="Smartwatch" title="Smartwatch">Smartwatch</a></li>
<li><a href="Foldable_smartphone" title="Foldable smartphone">Fold</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Comparison_of_smartphones" title="Comparison of smartphones">Smartphones</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Android_(operating_system)" title="Android (operating system)">Android devices</a>
<ul></ul></li>
<li><a href="BlackBerry_10#Devices" title="BlackBerry 10">BlackBerry 10</a></li>
<li><a href="IPhone" title="IPhone">iPhone</a>
<ul><li><a href="IOS_jailbreaking" title="IOS jailbreaking">iOS jailbreaking</a></li></ul></li>
<li><a href="List_of_open-source_mobile_phones" title="List of open-source mobile phones">Open-source mobile phones</a></li>
<li><a href="Comparison_of_Symbian_devices" title="Comparison of Symbian devices">Symbian devices</a></li>
<li><a href="List_of_Windows_phones" title="List of Windows phones">Windows Phone devices</a></li></ul>
</div></td></tr></tbody></table><div></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Mobile<br>specific<br><a href="Software" title="Software">software</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Mobile_app" title="Mobile app">Apps</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Mobile_app_development" title="Mobile app development">Development</a></li>
<li><a href="List_of_mobile_app_distribution_platforms" title="List of mobile app distribution platforms">Distribution</a></li>
<li><a href="Mobile_application_management" title="Mobile application management">Management</a></li>
<li><a href="Mobile_cloud_computing" title="Mobile cloud computing">Cloud computing</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Mobile_commerce" title="Mobile commerce">Commerce</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Mobile_banking" title="Mobile banking">Banking</a></li>
<li><a href="Mobile_marketing" title="Mobile marketing">Marketing</a>
<ul><li><a href="Mobile_advertising" title="Mobile advertising">advertising</a></li>
<li><a href="Mobile_campaign" title="Mobile campaign">campaigns</a></li></ul></li>
<li><a href="Mobile_payment" title="Mobile payment">Payments</a>
<ul><li><a href="Contactless_payment" title="Contactless payment">contactless</a></li>
<li><a href="Mobile_donating" title="Mobile donating">donating</a></li></ul></li>
<li><a href="Mobile_ticketing" title="Mobile ticketing">Ticketing</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Mobile_content" title="Mobile content">Content</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Mobile_blogging" title="Mobile blogging">Blogging</a></li>
<li><a href="Push_email" title="Push email">Email</a></li>
<li><a href="Mobile_gambling" title="Mobile gambling">Gambling</a></li>
<li><a href="Mobile_game" title="Mobile game">Gaming</a></li>
<li><a href="MHealth" title="MHealth">Health</a></li>
<li><a href="Instant_messaging" title="Instant messaging">Instant messaging</a></li>
<li><a href="M-learning" title="M-learning">Learning</a></li>
<li><a href="Mobile_music" title="Mobile music">Music</a></li>
<li><a href="Mobile_news" title="Mobile news">News</a></li>
<li>Search
<ul><li><a href="Mobile_local_search" title="Mobile local search">local</a></li></ul></li>
<li><a href="Mobile_social_network" title="Mobile social network">Social</a>
<ul><li><a href="Mobile_social_address_book" title="Mobile social address book">address book</a></li></ul></li>
<li><a href="Mobile_television" title="Mobile television">Television</a></li></ul>
</div></td></tr></tbody></table><div></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Culture</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Box_breaker" title="Box breaker">Box breaking</a></li>
<li><a href="Mobile_phone_charm" title="Mobile phone charm">Charms</a></li>
<li><a href="Mobile_comic" title="Mobile comic">Comics</a></li>
<li><a href="Mobile_dating" title="Mobile dating">Dating</a></li>
<li><a href="Japanese_mobile_phone_culture" title="Japanese mobile phone culture">Japanese culture</a></li>
<li><a href="Cell_phone_novel" title="Cell phone novel">Novels</a></li>
<li><a href="Ringtone" title="Ringtone">Ringtones</a>
<ul><li><a href="Silent_mode" title="Silent mode">silent mode</a></li></ul></li>
<li><a href="Selfie" title="Selfie">Selfie</a></li>
<li><a href="SMS_language" title="SMS language">Txt-spk</a></li>
<li><a href="Wallpaper_(computing)" title="Wallpaper (computing)">Wallpaper</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Environment<br>and health</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="De_Quervain_syndrome" title="De Quervain syndrome">BlackBerry thumb</a></li>
<li><a href="Mobile_phones_and_driving_safety" title="Mobile phones and driving safety">Driving safety</a></li>
<li><a href="Electronic_waste" title="Electronic waste">Electronic waste</a></li>
<li><a href="Common_external_power_supply" title="Common external power supply">External power supply</a></li>
<li><a href="Digital_media_use_and_mental_health" title="Digital media use and mental health">Mental health from overuse</a></li>
<li><a href="Phantom_vibration_syndrome" title="Phantom vibration syndrome">Phantom vibration syndrome</a></li>
<li><a href="Wireless_device_radiation_and_health" title="Wireless device radiation and health">Radiation and health</a></li>
<li><a href="Mobile_phone_recycling" title="Mobile phone recycling">Recycling</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Law" title="Law">Law</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Carrier_IQ" title="Carrier IQ">Carrier IQ</a></li>
<li><a href="Legality_of_recording_by_civilians" title="Legality of recording by civilians">Legality of recording by civilians</a></li>
<li><a href="Mobile_phones_in_prison" title="Mobile phones in prison">Mobile phones in prison</a></li>
<li><a href="Photography_and_the_law" title="Photography and the law">Photography and the law</a></li>
<li><a href="Telephone_tapping" class="mw-redirect" title="Telephone tapping">Telephone tapping</a></li>
<li><a href="Texting_while_driving" title="Texting while driving">Texting while driving</a></li>
<li><a href="Restrictions_on_cell_phone_use_while_driving_in_the_United_States" title="Restrictions on cell phone use while driving in the United States">USA use restrictions while driving</a></li></ul>
</div></td></tr><tr><td class="navbox-abovebelow" colspan="2"><div>
<ul><li><span class="nowrap"><span class="noviewer" typeof="mw:File"><span></span></span> </span><a href="Portal%3ATelecommunication" title="Portal:Telecommunication">Telecommunication portal</a></li>
<li><span class="nowrap"><span class="noviewer" typeof="mw:File"><span></span></span> </span><a href="Portal%3ATelephones" title="Portal:Telephones">Telephones portal</a></li>
<li><span class="noviewer" typeof="mw:File"><span title="Category"></span></span> Category</li></ul>
</div></td></tr></tbody></table></div></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-08-07" href="https://en.wikipedia.org/wiki/?title=Rooting_(Android)&oldid=1304632985">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
</body></html>